mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-14 18:00:08 +00:00
38 lines
565 B
Markdown
38 lines
565 B
Markdown
|
# Generic Colouriser plugin
|
||
|
|
||
|
This plugin adds wrappers for commands supported by [Generic Colouriser](https://github.com/garabik/grc):
|
||
|
|
||
|
To use it, add `grc` to the plugins array in your zshrc file:
|
||
|
|
||
|
```zsh
|
||
|
plugins=(... grc)
|
||
|
```
|
||
|
|
||
|
## Commands
|
||
|
|
||
|
The following commands are wrapped by `grc` so that their output is automatically colored:
|
||
|
|
||
|
- `cc`
|
||
|
- `configure`
|
||
|
- `cvs`
|
||
|
- `df`
|
||
|
- `diff`
|
||
|
- `dig`
|
||
|
- `gcc`
|
||
|
- `gmake`
|
||
|
- `ifconfig`
|
||
|
- `iwconfig`
|
||
|
- `last`
|
||
|
- `ldap`
|
||
|
- `make`
|
||
|
- `mount`
|
||
|
- `mtr`
|
||
|
- `netstat`
|
||
|
- `ping`
|
||
|
- `ping6`
|
||
|
- `ps`
|
||
|
- `traceroute`
|
||
|
- `traceroute6`
|
||
|
- `wdiff`
|
||
|
- `whois`
|