From 08df15e2f92069fed29839b5212b44dd0a744e82 Mon Sep 17 00:00:00 2001 From: Stian Date: Sat, 6 Sep 2025 15:36:31 +0200 Subject: [PATCH] Update profile --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'