diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-04-25 17:34:15 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-04-25 17:34:15 +0200 |
| commit | b1a632e6543e7d2b8410d13a3ccd00fe88fd6e67 (patch) | |
| tree | c6b7e9334e7378ad6530db21ce35a1e98da62be3 /.bash_profile | |
| parent | caca0bb7b50cc767fb25a570b680b99ae564f9ec (diff) | |
Update the colors used with inputrc to match mac colors
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 3 |
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 |
