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'