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