summaryrefslogtreecommitdiffstats
path: root/misc/grc/README
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2017-01-28 23:08:35 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-04 06:59:27 +0700
commitc2b699753b0b54302791a822751d6c62cf0febed (patch)
treed1fb479c4b2fda626d0a40ddfba464568fb17c23 /misc/grc/README
parent336e4c2d0d5c93a96b02a7785a52d80f85ad3a54 (diff)
downloadslackbuilds-c2b699753b0b54302791a822751d6c62cf0febed.tar.gz
slackbuilds-c2b699753b0b54302791a822751d6c62cf0febed.tar.xz
misc/grc: Updated for version 1.10.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc/grc/README')
-rw-r--r--misc/grc/README17
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