diff options
author | Robby Russell <robby@planetargon.com> | 2011-12-14 21:48:27 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-12-14 21:48:27 -0800 |
commit | 91926dc80a1d67f4202cb9b710b8b37ba7ca25ab (patch) | |
tree | 626fc0081425b8c86f83c351edcc44b537c64091 | |
parent | 7c36ef7faa65441f8eec27589f24ba9f18f8d66c (diff) | |
parent | bf2c55ac5a789d8874e6d8e06360608b4234e872 (diff) | |
download | zsh-91926dc80a1d67f4202cb9b710b8b37ba7ca25ab.tar.gz zsh-91926dc80a1d67f4202cb9b710b8b37ba7ca25ab.tar.bz2 zsh-91926dc80a1d67f4202cb9b710b8b37ba7ca25ab.zip |
Merge pull request #553 from benlumley/master
Improvement to gallois theme
-rw-r--r-- | themes/gallois.zsh-theme | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/gallois.zsh-theme b/themes/gallois.zsh-theme index 259640ba4..f9406dd96 100644 --- a/themes/gallois.zsh-theme +++ b/themes/gallois.zsh-theme @@ -14,6 +14,8 @@ git_custom_status() { #RVM and git settings if [[ -s ~/.rvm/scripts/rvm ]] ; then RPS1='$(git_custom_status)%{$fg[red]%}[`~/.rvm/bin/rvm-prompt`]%{$reset_color%} $EPS1' +else + RPS1='$(git_custom_status) $EPS1' fi PROMPT='%{$fg[cyan]%}[%~% ]%(?.%{$fg[green]%}.%{$fg[red]%})%B$%b ' |