mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
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:
parent
0f2ef1ca83
commit
c6f9e172a8
1 changed files with 0 additions and 2 deletions
|
|
@ -68,8 +68,6 @@ alias gss='git status -s'
|
||||||
compdef _git gss=git-status
|
compdef _git gss=git-status
|
||||||
alias ga='git add'
|
alias ga='git add'
|
||||||
compdef _git ga=git-add
|
compdef _git ga=git-add
|
||||||
alias gm='git merge'
|
|
||||||
compdef _git gm=git-merge
|
|
||||||
alias grh='git reset HEAD'
|
alias grh='git reset HEAD'
|
||||||
alias grhh='git reset HEAD --hard'
|
alias grhh='git reset HEAD --hard'
|
||||||
alias gclean='git reset --hard && git clean -dfx'
|
alias gclean='git reset --hard && git clean -dfx'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue