diff --git a/.bash_profile b/.bash_profile index 42311d4..cb8a7b6 100755 --- a/.bash_profile +++ b/.bash_profile @@ -19,7 +19,7 @@ umask 0077 export DISPLAY='localhost:0.0' export EDITOR='nano' export FIGNORE='.dll:.cpl' -export GREP_COLORS='ms=97;41' # ANSI White;Red +export GREP_COLORS='ms=30;43' # ANSI Black;Yellow export HISTCONTROL='ignoreboth:erasedups' export LANG='en_US.UTF-8' export LESS='-iRM'