shellmarks icon indicating copy to clipboard operation
shellmarks copied to clipboard

Updated to prevent overlap with git plugins in zsh.

Open ryandrew14 opened this issue 7 years ago • 1 comments

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.

ryandrew14 avatar Oct 27 '17 04:10 ryandrew14

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.

Bilalh avatar Oct 27 '17 07:10 Bilalh