]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/grc/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / grc / README.md
1 # Generic Colouriser plugin
2
3 This plugin adds wrappers for commands supported by [Generic Colouriser](https://github.com/garabik/grc):
4
5 To use it, add `grc` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... grc)
9 ```
10
11 ## Commands
12
13 The plugin sources the bundled alias generator from the installation, available at `/etc/grc.zsh`.
14 The complete list of wrapped commands may vary depending on the installed version of `grc`, look
15 at the file mentioned above (`/etc/grc.zsh`) to see which commands are wrapped.