End symbol fixed forever

This commit is contained in:
Jesper Kjeldgaard 2011-04-12 20:35:40 +01:00
commit b006d4cdb3
3 changed files with 3 additions and 1 deletions

View file

@ -6,7 +6,7 @@ else
fi
ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[green]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$fg[white]%}%B$%b "
ZSH_THEME_GIT_PROMPT_SUFFIX="]"
local host_name='%{$fg[white]%}%m%{$reset_color%}:'
local current_dir='%{$fg[blue]%}%~%{$reset_color%}'