diff options
-rw-r--r-- | bashrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,6 +4,9 @@ complete -cf sudo man which # reduce history size export HISTCONTROL=ignoreboth +# export PS1='bash-\v-\u@\h \W\$ ' +export PS1='\[\033[38;5;208m\]\u@\h:\w\$\[\033[0m\] ' + # vi mode #set -o vi @@ -130,4 +133,4 @@ append_to_masterlist() { } # Colors for ls - yellow directories -export LS_COLORS="$LS_COLORS:di=1;33" +# export LS_COLORS="$LS_COLORS:di=1;33" |