summary refs log tree commit diff
path: root/.zshrc
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-09-23 13:33:17 -0400
committerJune McEnroe <programble@gmail.com>2013-09-23 13:34:20 -0400
commit2c339706b2842a61a4e06dee2b27e67a422508a8 (patch)
tree530032a9159772db20686b3734994f80f59bc45d /.zshrc
parentRemove pacman stuff (diff)
downloadsrc-2c339706b2842a61a4e06dee2b27e67a422508a8.tar.gz
src-2c339706b2842a61a4e06dee2b27e67a422508a8.zip
Add gst git stash alias
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 8eae3dbf..bd026853 100644
--- a/.zshrc
+++ b/.zshrc
@@ -129,5 +129,6 @@ alias gr='git remote'
 alias grm='git rm'
 alias gs='git status -sb'
 alias gsh='git show'
+alias gst='git stash'
 alias gt='git tag'
 alias gu='git pull'