summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 87a2343..2f2c908 100644
--- a/bashrc
+++ b/bashrc
@@ -301,7 +301,7 @@ if [ "$(awk '$5=="/" {print $1}' </proc/1/mountinfo)" != "$(awk '$5=="/" {print
PROMPT_COMMAND='echo -ne "\033]0;${PWD/#$HOME/\~} ($ROOT)\007"'
elif [ -z "$SSH_CONNECTION" ] ; then
# local
- PS1='\[\033[01;34m\]\w \$\[\033[00m\] '
+ PS1='\[\e[01;34m\]\w$(prompts)\[\e[0m\] '
PROMPT_COMMAND='echo -ne "\033]0;${PWD/#$HOME/\~}\007"'
else
# ssh