mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Fix for bobthefish ruby version segment
… when there's no version to show. Fixes #370
This commit is contained in:
parent
1144f1771e
commit
a08626d43f
@ -358,7 +358,7 @@ function __bobthefish_prompt_rubies -d 'Display current Ruby (rvm/rbenv)'
|
|||||||
# Don't show global ruby version...
|
# Don't show global ruby version...
|
||||||
[ "$ruby_version" = (rbenv global) ]; and return
|
[ "$ruby_version" = (rbenv global) ]; and return
|
||||||
end
|
end
|
||||||
[ -w "$ruby_version" ]; and return
|
[ -z "$ruby_version" ]; and return
|
||||||
|
|
||||||
__bobthefish_start_segment $__bobthefish_ruby_red $__bobthefish_lt_grey --bold
|
__bobthefish_start_segment $__bobthefish_ruby_red $__bobthefish_lt_grey --bold
|
||||||
echo -n -s $ruby_version ' '
|
echo -n -s $ruby_version ' '
|
||||||
|
Loading…
Reference in New Issue
Block a user