Initial commit.
This commit is contained in:
11
profile.d/colorgrep.csh
Normal file
11
profile.d/colorgrep.csh
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
# color-grep initialization
|
||||
|
||||
/usr/libexec/grepconf.sh -c
|
||||
if ( $status == 1 ) then
|
||||
exit
|
||||
endif
|
||||
|
||||
alias grep 'grep --color=auto'
|
||||
alias egrep 'egrep --color=auto'
|
||||
alias fgrep 'fgrep --color=auto'
|
||||
Reference in New Issue
Block a user