Updated to prevent overlap with git plugins in zsh.#3
Open
ryandrew14 wants to merge 1 commit intoBilalh:masterfrom
Open
Updated to prevent overlap with git plugins in zsh.#3ryandrew14 wants to merge 1 commit intoBilalh:masterfrom
ryandrew14 wants to merge 1 commit intoBilalh:masterfrom
Conversation
…go command to 'go' instead of 'g'
Owner
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.