9907793ad8
.. 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
6 lines
162 B
Tcsh
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'
|