From: sev Date: Fri, 18 Oct 2024 05:02:27 +0000 (-0500) Subject: zsh: rename some git aliases X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/commitdiff_plain/1e14973bb185d5275cd9ce3750ffd7ad9c80ad6c?ds=inline zsh: rename some git aliases --- 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 {