In ~/.oh-my-zsh/plugins/git/git.plugin.zsh#L138 ``` alias gf='git fetch' ``` The `gf` command is in conflict with zsh alias `git fetch`, PTAL thanks.
In ~/.oh-my-zsh/plugins/git/git.plugin.zsh#L138
The
gfcommand is in conflict with zsh aliasgit fetch, PTAL thanks.