Move the spaces around again :P

This commit is contained in:
Geoff Garside
2009-08-31 22:24:03 +01:00
parent 517df8002d
commit af8294d206
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ function git_prompt_info() {
branch=${ref#refs/heads/}
if [[ -d .git ]]; then
CURRENT_BRANCH="(%{$fg[red]%}${branch}%{$reset_color%})$(parse_git_dirty) "
CURRENT_BRANCH="(%{$fg[red]%}${branch}%{$reset_color%})$(parse_git_dirty)"
else
CURRENT_BRANCH=''
fi