diff options
author | June McEnroe <june@causal.agency> | 2013-11-26 15:12:20 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-11-26 15:12:20 -0500 |
commit | b564ac1579d242f37163bdc9b909c5d809a09f52 (patch) | |
tree | 4c42eeee40779b27ffee3ff80448cec072fa0feb | |
parent | Only set title in xterm (diff) | |
download | src-b564ac1579d242f37163bdc9b909c5d809a09f52.tar.gz src-b564ac1579d242f37163bdc9b909c5d809a09f52.zip |
Add heroku aliases
Heroku is very hard to type.
-rw-r--r-- | .zsh/aliases.zsh | 4 |
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' |