tide/functions/_tide_item_chruby.fish

7 lines
162 B
Fish
Raw Normal View History

function _tide_item_chruby
if test -n "$RUBY_VERSION"
set_color $tide_chruby_color
printf '%s' $tide_chruby_icon' ' $RUBY_VERSION
end
end