diff options
author | Robby Russell <robby@planetargon.com> | 2015-02-22 10:24:39 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-02-22 10:24:39 -0800 |
commit | 43531625ab1457a2ec037b3cc243fca164d5297d (patch) | |
tree | 5355c9fbda6862cc58c8616fd22bbcde82c18f27 /plugins | |
parent | 237304a64c0ba399af2ae7c24de794a7a7f352f6 (diff) | |
parent | 33ef34baa5f703ee7fcc502eabed4f1ab968127e (diff) | |
download | zsh-43531625ab1457a2ec037b3cc243fca164d5297d.tar.gz zsh-43531625ab1457a2ec037b3cc243fca164d5297d.tar.bz2 zsh-43531625ab1457a2ec037b3cc243fca164d5297d.zip |
Merge pull request #2407 from mgalgs/gmt-compdef
Fix gmt compdef
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/git/git.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh index bde219dae..9da448814 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -100,7 +100,7 @@ compdef _git gvt=git verify-tag 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' |