Browse Source

Add notice about potential shadowing of the gb command (#1124)

master
Wojciech Pietrzak 8 years ago committed by Kaleb Elwert
parent
commit
65b05c0220
  1. 2
      modules/git/README.md

2
modules/git/README.md

@ -214,6 +214,7 @@ The following aliases may shadow system commands: @@ -214,6 +214,7 @@ The following aliases may shadow system commands:
- `gpt` shadows the [GUID partition table maintenance utility][4].
- `gs` shadows the [Ghostscript][5].
- `gb` shadows the [GB][9].
If you frequently use the above commands, you may wish to remove said aliases
from this module or to disable them at the bottom of the zshrc with `unalias`.
@ -332,3 +333,4 @@ Authors @@ -332,3 +333,4 @@ Authors
[6]: https://github.com/sorin-ionescu/prezto/issues
[7]: https://github.com/sorin-ionescu/prezto/issues/219
[8]: http://www.kernel.org/pub/software/scm/git/docs/git-log.html
[9]: https://getgb.io/

Loading…
Cancel
Save