diff options
author | Sébastien M-B <essembeh@gmail.com> | 2011-12-15 16:15:23 +0100 |
---|---|---|
committer | Sébastien M-B <essembeh@gmail.com> | 2011-12-15 16:15:23 +0100 |
commit | 37266112759a5759536cc4ea84ea063695cd1f2e (patch) | |
tree | 8888b8b8a30c1ef7a395bd26bd1f0590c87c4e45 /themes/gallois.zsh-theme | |
parent | 9969fca25b3205c2969a543aa1495aeb6eed772b (diff) | |
parent | c133f41833ba1ce6a3868a644ad29caa17bfa75a (diff) | |
download | zsh-37266112759a5759536cc4ea84ea063695cd1f2e.tar.gz zsh-37266112759a5759536cc4ea84ea063695cd1f2e.tar.bz2 zsh-37266112759a5759536cc4ea84ea063695cd1f2e.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'themes/gallois.zsh-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 ' |