two-line theme fix

This commit is contained in:
Alexander Madyankin 2012-01-05 00:20:39 +06:00
commit 15629055ca

View file

@ -14,8 +14,8 @@ function _show_rvm_prompt() {
local return_code="%(?..%{$red%}%? ↵%{$reset_color%})"
PROMPT='
%{$magenta%}%n@%m%{$reset_color%}: %{$blue%}%~ $(git_prompt_info)%{$reset_color%}
PROMPT='%{$magenta%}%n@%m%{$reset_color%}: %{$blue%}%~ $(git_prompt_info)%{$reset_color%}
$(_show_rvm_prompt)> '
RPS1="${return_code}"