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

1
cache/DEBS_avail vendored Normal file

File diff suppressed because one or more lines are too long

1
cache/DEBS_installed vendored Normal file

File diff suppressed because one or more lines are too long

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%}'