From 65b05c0220b5b26bc913477a215b60de86d04f8a Mon Sep 17 00:00:00 2001 From: Wojciech Pietrzak Date: Wed, 5 Apr 2017 07:03:47 +0200 Subject: [PATCH] Add notice about potential shadowing of the gb command (#1124) --- modules/git/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/git/README.md b/modules/git/README.md index c2d0449c..65de1132 100644 --- a/modules/git/README.md +++ b/modules/git/README.md @@ -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 [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/