1
0

Update profile

This commit is contained in:
2025-09-06 15:36:31 +02:00
parent cfb860c67e
commit 08df15e2f9

View File

@@ -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'