diff options
Diffstat (limited to 'misc/grc/README')
-rw-r--r-- | misc/grc/README | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/misc/grc/README b/misc/grc/README index 4a0ed4ba0e..6f4aa1247f 100644 --- a/misc/grc/README +++ b/misc/grc/README @@ -1,14 +1,13 @@ grc (generic colouriser) -grc provides two programs: grc and grcat. The main is grcat, which -acts as a filter, i.e. taking standard input, colourising it and -writing to standard output. grcat takes as a parameter the name of +grc provides two programs: grc and grcat. The main is grcat, which +acts as a filter, i.e. taking standard input, colourising it and +writing to standard output. grcat takes as a parameter the name of configuration file. -To use, add following lines into your ~/.bashrc or ~/.zshrc: +To use, add following lines into your ~/.bashrc, ~/.zshrc or in +~/.config/fish/config.fish: - [[ -s "/etc/grc.bashrc" ]] && source /etc/grc.bashrc - [[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh - -Or put the entire content of /usr/doc/grc-1.9/grc.bashrc-expanded -example into these files. + [[ -s "/etc/profile.d/grc.bashrc" ]] && source /etc/profile.d/grc.bashrc + [[ -s "/etc/profile.d/grc.zsh" ]] && source /etc/profile.d/grc.zsh + [[ -s "/etc/profile.d/grc.fish" ]] && source /etc/profile.d/grc.fish |