Remove gm alias due to conflicts with graphicsmagick

The graphicsmagick package provides a `gm' utility. Remove the `gm'
alias so that it doesn't clash.
This commit is contained in:
Mitchel Humpherys 2014-01-07 12:45:12 -08:00
commit c6f9e172a8

View file

@ -68,8 +68,6 @@ alias gss='git status -s'
compdef _git gss=git-status
alias ga='git add'
compdef _git ga=git-add
alias gm='git merge'
compdef _git gm=git-merge
alias grh='git reset HEAD'
alias grhh='git reset HEAD --hard'
alias gclean='git reset --hard && git clean -dfx'