fixed tiny bug in template

This commit is contained in:
apoh 2014-03-14 13:15:00 +01:00
commit 0aed03f8c8

View file

@ -10,7 +10,7 @@ eval my_gray='$FG[237]'
eval my_orange='$FG[214]'
# primary prompt
PROMPT='$my_orange%(1j.%jz .)${reset_color}$FG[032]%~\
PROMPT='$my_orange%(1j.%jz .)$FG[032]%~\
$(git_prompt_info) \
$FG[105]%(!.#.${return_code}»)%{$reset_color%} '
PROMPT2='%{$fg[red]%}\ %{$reset_color%}'