Browse Source

Merge pull request #4536 from alexws54tk/patch-1

Update frontcube.zsh-theme
Marc Cornellà 9 years ago
parent
commit
8a3b78e011
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/frontcube.zsh-theme

+ 1 - 1
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%}"