From 9885e82d04b765194a521ece39206d033603627b Mon Sep 17 00:00:00 2001 From: Limon Monte Date: Mon, 30 Mar 2015 12:25:26 +0200 Subject: [PATCH] Add aliases for list and clear stash. --- plugins/git/git.plugin.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh index 9da448814..8ba532d1a 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -110,6 +110,8 @@ alias gsts='git stash show --text' alias gsta='git stash' alias gstp='git stash pop' alias gstd='git stash drop' +alias gstl='git stash list' +alias gstc='git stash clear' # Will cd into the top of the current repository # or submodule.