diff options
author | Robby Russell <robby@planetargon.com> | 2012-06-22 06:37:23 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-06-22 06:37:23 -0700 |
commit | a2695630cdd7144da1667dad56650614ba526ba5 (patch) | |
tree | c69893813f8e561f8c2c8f7b0d6ce8e17333041e /themes/nebirhos.zsh-theme | |
parent | bf98a2d68bb18b34d8df52b25d9f04db0e12b6f0 (diff) | |
parent | 7e1da28d27f42e4d873cdfc28ef362d59d8c2b07 (diff) | |
download | zsh-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-theme | 2 |
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 |