Skip to content

Commit

Permalink
Merge pull request #2380 from rkh/chruby-gallois
Browse files Browse the repository at this point in the history
add chruby info to gallois theme
  • Loading branch information
robbyrussell committed Mar 13, 2014
2 parents 8d8df3f + f6bb74e commit ee21fe9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion themes/gallois.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ else
if which rbenv &> /dev/null; then
RPS1='$(git_custom_status)%{$fg[red]%}[`rbenv version | sed -e "s/ (set.*$//"`]%{$reset_color%} $EPS1'
else
RPS1='$(git_custom_status) $EPS1'
if which chruby_prompt_info &> /dev/null; then
RPS1='$(git_custom_status)%{$fg[red]%}[`chruby_prompt_info`]%{$reset_color%} $EPS1'
else
RPS1='$(git_custom_status) $EPS1'
fi
fi
fi

Expand Down

0 comments on commit ee21fe9

Please sign in to comment.