aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index bba3c68..3383e40 100644
--- a/bashrc
+++ b/bashrc
@@ -11,7 +11,9 @@ fi
# export PS1='bash-\v-\u@\h \W\$ '
# export PS1='\[\033[38;5;208m\]\u@\h:\w\$\[\033[0m\] '
-export PS1='\[\033[01;32m\]\u@\h:\w\$\[\033[0m\] '
+#export PS1='\[\033[01;32m\]\u@\h:\w\$\[\033[0m\] '
+
+export PS1='\[\033[01;36m\][\u@\h\[\033[01;37m\] \W\[\033[01;36m\]]\$\[\033[00m\] '
# vi mode
#set -o vi