summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2023-04-25 17:34:15 +0200
committerAhmed Abdelhalim <[email protected]>2023-04-25 17:34:15 +0200
commitb1a632e6543e7d2b8410d13a3ccd00fe88fd6e67 (patch)
treec6b7e9334e7378ad6530db21ce35a1e98da62be3
parentcaca0bb7b50cc767fb25a570b680b99ae564f9ec (diff)
Update the colors used with inputrc to match mac colors
-rw-r--r--.bash_profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 4829594..c32671a 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -7,7 +7,10 @@ fi
# defaultscheme "exfxcxdxbxegedabagacad"
export CLICOLOR=1
+# Mac OS custorm colors (not LS_COLORS as unix)
export LSCOLORS=gxfxcxdxbxegedabagacad
+# Unix/Bash Readline custom colors
+export LS_COLORS=$LS_COLORS:"di=00;36:ln=00;35:ex=00;31"
export HISTSIZE=2000 # History size
export IGNOREEOF=42 # Ignore Ctrl+D logout terminal session