Skip to content
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

Updated to prevent overlap with git plugins in zsh. #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ryandrew14
Copy link

Changed name of go command to 'go' instead of 'g'. Previously, the 'g' command would not work because the git plugin for zsh already has the command 'g' expecting a git command. Changing the command name to 'go' fixes this problem as 'go' is not already taken by the git zsh plugin.

@Bilalh
Copy link
Owner

Bilalh commented Oct 27, 2017

Thanks for your PR. I don’t use the git plugin for zsh so I did not notice the problem. I will try to make the binding for g configurable to avoid this problem when I have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants