diff --git a/themes/bobthefish/fish_prompt.fish b/themes/bobthefish/fish_prompt.fish index 9a9e3e50b34f7078f9190ade2cf2938f8ba18bea..11faaa708f95aa94d85123344542a235d2730253 100644 --- a/themes/bobthefish/fish_prompt.fish +++ b/themes/bobthefish/fish_prompt.fish @@ -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 ' '