end symbol not showing fixed

This commit is contained in:
Jesper Kjeldgaard 2011-04-12 20:25:34 +01:00
commit 3bafbf3262

View file

@ -10,6 +10,7 @@ ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$fg[white]%}%B$%b "
local host_name='%{$fg[white]%}%m%{$reset_color%}:'
local current_dir='%{$fg[blue]%}%~%{$reset_color%}'
local git_branch='$(git_prompt_info)%{$reset_color%}'
local git_branch='$(git_prompt_info)'
local end_symbol=' %{$fg[white]%}%B$%b '
PROMPT="${host_name}${current_dir}${git_branch}"
PROMPT="${host_name}${current_dir}${git_branch}${end_symbol}"