From b1a632e6543e7d2b8410d13a3ccd00fe88fd6e67 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 25 Apr 2023 17:34:15 +0200 Subject: Update the colors used with inputrc to match mac colors --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bash_profile') 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 -- cgit v1.2.3