mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
backslash gitk aliases
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
287635e6e1
commit
c38877c19b
1 changed files with 2 additions and 2 deletions
|
|
@ -240,10 +240,10 @@ alias gga='git gui citool --amend'
|
|||
compdef _git gga='git gui citool --amend'
|
||||
|
||||
# Gitk
|
||||
alias gk='gitk --all --branches'
|
||||
alias gk='\gitk --all --branches'
|
||||
compdef _git gk='gitk'
|
||||
# show complete history, with dangling commits
|
||||
alias gitk-entier-history='gitk --all $(git log -g --pretty=format:%h)'
|
||||
alias gitk-entier-history='\gitk --all $(git log -g --pretty=format:%h)'
|
||||
compdef _git gitk='gitk'
|
||||
alias gke='gitk-entier-history'
|
||||
compdef _git gke='gitk'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue