aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index fdec5f8..48772ca 100644
--- a/bashrc
+++ b/bashrc
@@ -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"