]> git.sev.monster Git - dotfiles.git/commitdiff
zsh: rename some git aliases
authorsev <git@sev.monster>
Fri, 18 Oct 2024 05:02:27 +0000 (00:02 -0500)
committersev <git@sev.monster>
Fri, 18 Oct 2024 05:02:27 +0000 (00:02 -0500)
etc/zsh/.zshrc

index 4d884178d000a56fe5279047fe7942561e609276..b5cfaf6cd8c23a10bfc6acdff788048844dc20b7 100644 (file)
@@ -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 {
This page took 0.046827 seconds and 4 git commands to generate.