From 1e14973bb185d5275cd9ce3750ffd7ad9c80ad6c Mon Sep 17 00:00:00 2001 From: sev Date: Fri, 18 Oct 2024 00:02:27 -0500 Subject: [PATCH] zsh: rename some git aliases --- etc/zsh/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/zsh/.zshrc b/etc/zsh/.zshrc index 4d88417..b5cfaf6 100644 --- a/etc/zsh/.zshrc +++ b/etc/zsh/.zshrc @@ -301,8 +301,9 @@ alias gp='git push' alias gu='git pull' alias gl='git log' alias gt='git tree' # from gitconfig -alias gs='git show' -alias gst='git stash' +alias gsh='git show' +alias gst='git status' +alias gs='git stash' alias gsp='git stash pop' ## cd/zoxide function up { -- 2.47.0