diff options
author | Marc Cornellà <marc.cornella@live.com> | 2015-12-15 03:26:19 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2015-12-15 03:26:19 +0100 |
commit | 8a3b78e0116e58fb2a659f7d5e847851847295e0 (patch) | |
tree | b8507e14ffa500fe46fae0f8f081e03dd12ebe09 /themes | |
parent | e344f4c0662bde84e720e723ab4a445df03e5100 (diff) | |
parent | 67abf0f955551e22335f5912a87e92d278afb669 (diff) | |
download | zsh-8a3b78e0116e58fb2a659f7d5e847851847295e0.tar.gz zsh-8a3b78e0116e58fb2a659f7d5e847851847295e0.tar.bz2 zsh-8a3b78e0116e58fb2a659f7d5e847851847295e0.zip |
Merge pull request #4536 from alexws54tk/patch-1
Update frontcube.zsh-theme
Diffstat (limited to 'themes')
-rw-r--r-- | themes/frontcube.zsh-theme | 2 |
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%}" |