summaryrefslogtreecommitdiff
path: root/themes/frontcube.zsh-theme
diff options
context:
space:
mode:
authorAlexander Golikov <alexws54tk@users.noreply.github.com>2015-10-22 16:58:44 +0500
committerAlexander Golikov <alexws54tk@users.noreply.github.com>2015-10-22 16:58:44 +0500
commit67abf0f955551e22335f5912a87e92d278afb669 (patch)
tree34e2af7b47da217245b7b1b6d9c6ab9f0782a9e2 /themes/frontcube.zsh-theme
parente44aa50301cbdb9c713193263e6c0c5a9a5798c0 (diff)
downloadzsh-67abf0f955551e22335f5912a87e92d278afb669.tar.gz
zsh-67abf0f955551e22335f5912a87e92d278afb669.tar.bz2
zsh-67abf0f955551e22335f5912a87e92d278afb669.zip
Update frontcube.zsh-theme
Fix «rvm» variable usage in RPROMPT out
Diffstat (limited to 'themes/frontcube.zsh-theme')
-rw-r--r--themes/frontcube.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/frontcube.zsh-theme b/themes/frontcube.zsh-theme
index d9f5b6d9c..539e744f8 100644
--- a/themes/frontcube.zsh-theme
+++ b/themes/frontcube.zsh-theme
@@ -4,7 +4,7 @@ PROMPT='
%{$fg_bold[gray]%}%~%{$fg_bold[blue]%}%{$fg_bold[blue]%} % %{$reset_color%}
%{$fg[green]%}➞ %{$reset_color%'
-RPROMPT='$(git_prompt_info) $(rvm)'
+RPROMPT='$(git_prompt_info) ${rvm}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}[git:"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"