Commit be106fa1 authored by Bruno's avatar Bruno

Merge pull request #371 from bobthecow/fix-bobthefish-empty-ruby-version

Fix for bobthefish ruby version segment
parents b664e263 e4d8c6ed
......@@ -358,7 +358,7 @@ function __bobthefish_prompt_rubies -d 'Display current Ruby (rvm/rbenv)'
# Don't show global ruby version...
[ "$ruby_version" = (rbenv global) ]; and return
end
[ -w "$ruby_version" ]; and return
[ -z "$ruby_version" ]; and return
__bobthefish_start_segment $__bobthefish_ruby_red $__bobthefish_lt_grey --bold
echo -n -s $ruby_version ' '
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment