diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/rcs/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/rcs/.bashrc b/files/rcs/.bashrc index ae5d22d..6995238 100644 --- a/files/rcs/.bashrc +++ b/files/rcs/.bashrc @@ -44,6 +44,7 @@ if [ -x /usr/bin/dircolors ]; then #alias dir='dir --color=auto' #alias vdir='vdir --color=auto' + export GREP_COLORS='ms=04;32;49:mc=04;32;49:sl=:cx=:fn=35:ln=34:bn=34:se=36' alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' |