summaryrefslogtreecommitdiff
path: root/themes/nebirhos.zsh-theme
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2012-06-22 06:37:23 -0700
committerRobby Russell <robby@planetargon.com>2012-06-22 06:37:23 -0700
commita2695630cdd7144da1667dad56650614ba526ba5 (patch)
treec69893813f8e561f8c2c8f7b0d6ce8e17333041e /themes/nebirhos.zsh-theme
parentbf98a2d68bb18b34d8df52b25d9f04db0e12b6f0 (diff)
parent7e1da28d27f42e4d873cdfc28ef362d59d8c2b07 (diff)
downloadzsh-a2695630cdd7144da1667dad56650614ba526ba5.tar.gz
zsh-a2695630cdd7144da1667dad56650614ba526ba5.tar.bz2
zsh-a2695630cdd7144da1667dad56650614ba526ba5.zip
Merge pull request #1182 from jugyo/patch-1
correct the ruby version label of the 'nebirhos' theme for rbenv
Diffstat (limited to 'themes/nebirhos.zsh-theme')
-rw-r--r--themes/nebirhos.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/nebirhos.zsh-theme b/themes/nebirhos.zsh-theme
index c5864d9b8..a5a226b69 100644
--- a/themes/nebirhos.zsh-theme
+++ b/themes/nebirhos.zsh-theme
@@ -6,7 +6,7 @@ if [ -e ~/.rvm/bin/rvm-prompt ]; then
RUBY_PROMPT_="%{$fg_bold[blue]%}rvm:(%{$fg[green]%}\$(~/.rvm/bin/rvm-prompt s i v g)%{$fg_bold[blue]%})%{$reset_color%} "
else
if which rbenv &> /dev/null; then
- RUBY_PROMPT_="%{$fg_bold[blue]%}rvm:(%{$fg[green]%}\$(rbenv version | sed -e 's/ (set.*$//')%{$fg_bold[blue]%})%{$reset_color%} "
+ RUBY_PROMPT_="%{$fg_bold[blue]%}rbenv:(%{$fg[green]%}\$(rbenv version | sed -e 's/ (set.*$//')%{$fg_bold[blue]%})%{$reset_color%} "
fi
fi