summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-11-26 15:12:20 -0500
committerJune McEnroe <june@causal.agency>2013-11-26 15:12:20 -0500
commitb564ac1579d242f37163bdc9b909c5d809a09f52 (patch)
tree4c42eeee40779b27ffee3ff80448cec072fa0feb
parentOnly set title in xterm (diff)
downloadsrc-b564ac1579d242f37163bdc9b909c5d809a09f52.tar.gz
src-b564ac1579d242f37163bdc9b909c5d809a09f52.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'
it/install.sh?id=1e9ed406a664ad0cae0973b31f8abe878e017813&follow=1'>Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe