mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
parent
41b181ff37
commit
10e88bd791
1 changed files with 2 additions and 0 deletions
|
|
@ -138,6 +138,8 @@ alias gb='git branch'
|
||||||
compdef _git gb=git-branch
|
compdef _git gb=git-branch
|
||||||
alias gba='git branch -a'
|
alias gba='git branch -a'
|
||||||
compdef _git gba=git-branch
|
compdef _git gba=git-branch
|
||||||
|
alias gbnm='git branch --no-merged'
|
||||||
|
compdef _git gbnm=git-branch
|
||||||
# Config
|
# Config
|
||||||
alias gcl='git config --list'
|
alias gcl='git config --list'
|
||||||
compdef _git gcl=git-config
|
compdef _git gcl=git-config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue