diff --git a/modules/git/README.md b/modules/git/README.md index c2d0449c..4846a637 100644 --- a/modules/git/README.md +++ b/modules/git/README.md @@ -213,7 +213,8 @@ Aliases The following aliases may shadow system commands: - `gpt` shadows the [GUID partition table maintenance utility][4]. - - `gs` shadows the [Ghostscript][5]. + - `gs` shadows the [Ghostscript interpreter and previewer][5]. + - `gm` shadows the [Graphics Magick image processor][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`. @@ -328,7 +329,8 @@ Authors [2]: https://github.com/defunkt/hub [3]: https://www.github.com [4]: http://www.manpagez.com/man/8/gpt/ -[5]: http://linux.die.net/man/1/gs +[5]: http://www.manpagez.com/man/1/gs/ [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]: http://www.manpagez.com/man/1/gm/