summary refs log tree commit diff
diff options
context:
space:
mode:
-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'