aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 4699503..3046162 100644
--- a/bashrc
+++ b/bashrc
@@ -10,7 +10,8 @@ if [ -f /usr/share/bash-completion/completions/pass ]; then
fi
# export PS1='bash-\v-\u@\h \W\$ '
-export PS1='\[\033[38;5;208m\]\u@\h:\w\$\[\033[0m\] '
+# export PS1='\[\033[38;5;208m\]\u@\h:\w\$\[\033[0m\] '
+export PS1='\[\033[01;32m\]$\u@\h:\w\$\[\033[0m\] '
# vi mode
#set -o vi