diff --git a/.prompt b/.prompt index 6d6945c..95fb280 100644 --- a/.prompt +++ b/.prompt @@ -25,7 +25,7 @@ bash_prompt() { [[ $SSH_TTY ]] && local HC=$C || local HC=$W # space goes inside the printf so its not there when there's no git branch - PS1="$TITLEBAR $EMK┌┤$HC\h$EMK->$UC\u$RET_VALUE\$(__git_ps1 ' \[\e[0;32m\]%s\[\e[0m\]') $EMB\w$EMK$UC\n $EMK└╼$NONE " + PS1="$TITLEBAR $EMK┌┤$HC\h$EMK->$UC\u$RET_VALUE\$(__git_ps1 ' \[\e[0;32m\]%s\[\e[0m\]') $EMB\w$EMK$UC\n $EMK└➤$NONE " export PS4='+$BASH_SOURCE[$LINENO]: ' }