From ef2c2acd17a8acc4bdbd4d58c1c0475d4bb90bbb Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 24 Jul 2021 13:24:26 +0200 Subject: [PATCH] git: Add "gsta" and "gstp" aliases for Git stash push/pop --- plugins/git/git.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/git/git.zshrc b/plugins/git/git.zshrc index de730b7..4a4e430 100644 --- a/plugins/git/git.zshrc +++ b/plugins/git/git.zshrc @@ -76,3 +76,5 @@ alias gsb="gss --branch" alias gsh="g show" alias gss="gst --short" alias gst="g status" +alias gsta="g stash push" +alias gstp="g stash pop" -- 2.39.2