From 15629055ca51f27e17c2af40efb67870d9999f3b Mon Sep 17 00:00:00 2001 From: Alexander Madyankin Date: Thu, 5 Jan 2012 00:20:39 +0600 Subject: [PATCH] two-line theme fix --- themes/two-lines.zsh-theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/two-lines.zsh-theme b/themes/two-lines.zsh-theme index 7adda2c0e..a45220766 100644 --- a/themes/two-lines.zsh-theme +++ b/themes/two-lines.zsh-theme @@ -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}"