Skip to content

Commit

Permalink
prompt: switch unicode prompt ending
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Aug 4, 2012
1 parent ecee175 commit b385bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prompt
Expand Up @@ -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]: '
}

Expand Down

0 comments on commit b385bf2

Please sign in to comment.