mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Fix gmt compdef
Fix typo: gm -> gmt
This commit is contained in:
parent
d485044169
commit
0f2ef1ca83
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||||
|
|
||||||
alias gpoat='git push origin --all && git push origin --tags'
|
alias gpoat='git push origin --all && git push origin --tags'
|
||||||
alias gmt='git mergetool --no-prompt'
|
alias gmt='git mergetool --no-prompt'
|
||||||
compdef _git gm=git-mergetool
|
compdef _git gmt=git-mergetool
|
||||||
|
|
||||||
alias gg='git gui citool'
|
alias gg='git gui citool'
|
||||||
alias gga='git gui citool --amend'
|
alias gga='git gui citool --amend'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue