xz/colorxzgrep.csh
Pavel Raiskup 9907793ad8 profile.d: colorize interactive x*zgrep output
.. when grep output is colored also.  This commit can be done
thanks to the fix from rhbz#1034631.

Version: 5.1.2-15alpha
Resolves: #1034846
2014-08-26 10:14:17 +02:00

6 lines
162 B
Tcsh

/usr/libexec/grepconf.sh -c
if ( $status == 1 ) exit
alias xzgrep 'xzgrep --color=auto'
alias xzfgrep 'xzfgrep --color=auto'
alias xzegrep 'xzegrep --color=auto'