-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gf is incompatible with oh-my-zsh git plugin #9
Comments
gf
is incompatible with oh-my-zsh git plugin
This is because the plugin adds an alias for gf: $ alias gf
gf='git fetch' I have got around this by putting |
My intention was clearly not to rename this tool but to report the issue and also have something added in the |
Ah! OK! Sorry I misunderstood! I'll add something to the readme now, thank you :) |
Yea same problem here :) |
Just ran the regular installation process (
go build && mv gf /usr/bin/ && cat zsh-completion.zsh >> ~/.zshrc && source ~/.zshrc
) just fo find out gf wasn't working due to an alias I did not set up.If you have oh-my-zsh and the git plugin activated (which I believe actually comes activated by default), then this plugin has an alias for
gf
command, for git fetch.Console output:
The text was updated successfully, but these errors were encountered: