mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
change alias gwc to gwch, fixes #2463
This commit is contained in:
parent
f93ee152a4
commit
378a99f25b
1 changed files with 2 additions and 2 deletions
|
|
@ -144,8 +144,8 @@ alias glo='git log --oneline --decorate --color'
|
||||||
compdef _git glo=git-log
|
compdef _git glo=git-log
|
||||||
alias glog='git log --oneline --decorate --color --graph'
|
alias glog='git log --oneline --decorate --color --graph'
|
||||||
compdef _git glog=git-log
|
compdef _git glog=git-log
|
||||||
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||||
compdef _git gwc=git-whatchanged
|
compdef _git gwch=git-whatchanged
|
||||||
alias glp="_git_log_prettily"
|
alias glp="_git_log_prettily"
|
||||||
compdef _git glp=git-log
|
compdef _git glp=git-log
|
||||||
# GUI
|
# GUI
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue