mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
New alias gstsb for git status -sb
This commit is contained in:
parent
7a4a85f7a5
commit
9b07fb1d84
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ alias g='git'
|
|||
compdef g=git
|
||||
alias gst='git status'
|
||||
compdef _git gst=git-status
|
||||
alias gstsb='git status -sb'
|
||||
compdef _git gstsb=git-status
|
||||
alias gd='git diff'
|
||||
compdef _git gd=git-diff
|
||||
alias gdc='git diff --cached'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue