Fixed bug: The prompt was too large

This commit is contained in:
Eric Bouchut 2011-08-09 15:45:43 +02:00
commit 2044a50523

View file

@ -33,7 +33,7 @@ ZSH_THEME_GIT_PROMPT_SHA_AFTER="%{$reset_color%}]"
local username="%{$fg_bold[green]%}%n%{$reset_color%}"
local hostname="%{$fg_bold[magenta]%}%m%{$reset_color%}"
local current_dir="$fg_bold[blue]%}%~%{$reset_color%}"
local current_dir="%{$fg_bold[blue]%}%~%{$reset_color%}"
# Left prompt: username@hostname:current_directory%
PROMPT='$username@$hostname:$current_dir%# '