Commit 33ef34ba authored by Mitchel Humpherys's avatar Mitchel Humpherys
Browse files

Fix gmt compdef

Fix typo: gm -> gmt
parent eafd5f32
......@@ -82,7 +82,7 @@ alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
alias gpoat='git push origin --all && git push origin --tags'
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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment