summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-11-26 15:12:20 -0500
committerJune McEnroe <programble@gmail.com>2013-11-26 15:12:20 -0500
commit1b6ac70c10160ec32ff5716e164e4274bb0271de (patch)
treefc6b938a4a54475dae6b1e7bb40863d83c0e596b
parentOnly set title in xterm (diff)
downloadsrc-1b6ac70c10160ec32ff5716e164e4274bb0271de.tar.gz
src-1b6ac70c10160ec32ff5716e164e4274bb0271de.zip
Add heroku aliases
Heroku is very hard to type.
Diffstat (limited to '')
-rw-r--r--.zsh/aliases.zsh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh
index 98bbae18..0eab20da 100644
--- a/.zsh/aliases.zsh
+++ b/.zsh/aliases.zsh
@@ -16,7 +16,6 @@ function home.programble.me {
   ssh -R 8071:localhost:$1 quartz
 }
 
-
 alias killlall='killall'
 alias irb='ripl'
 alias l='ls'
@@ -56,3 +55,6 @@ alias gsh='git show'
 alias gst='git stash'
 alias gt='git tag'
 alias gu='git pull'
+
+alias hu='heroku'
+alias gphu='git push heroku master'
cEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe 2020-12-29Add hilex HTML outputJune McEnroeed?id=193f28b89e7c410736d9a5520928be25ee34040d&follow=1'>Revert "Use scheme to style HTMLs"June McEnroe 2019-07-27Remove scheme text linkJune McEnroe 2019-07-26Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe