Files
zira-etc/profile.d/colorzgrep.csh
2021-05-24 22:18:33 +03:00

10 lines
216 B
Tcsh

test -f /usr/libexec/grepconf.sh
if ( $status == 1 ) exit
/usr/libexec/grepconf.sh -c
if ( $status == 1 ) exit
alias zgrep 'zgrep --color=auto'
alias zfgrep 'zfgrep --color=auto'
alias zegrep 'zegrep --color=auto'