dotfiles/fish/functions/_tide_item_chruby.fish

4 lines
121 B
Fish
Raw Normal View History

2023-10-08 22:26:07 -05:00
function _tide_item_chruby
test -n "$RUBY_VERSION" && _tide_print_item chruby $tide_chruby_icon' ' $RUBY_VERSION
end