mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +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
|
||||
alias glog='git log --oneline --decorate --color --graph'
|
||||
compdef _git glog=git-log
|
||||
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
compdef _git gwc=git-whatchanged
|
||||
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
compdef _git gwch=git-whatchanged
|
||||
alias glp="_git_log_prettily"
|
||||
compdef _git glp=git-log
|
||||
# GUI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue