diff options
| -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 |
