summaryrefslogtreecommitdiff
path: root/.config/fish/functions/_tide_item_chruby.fish
blob: 02d5fbd907f060bc05f975be33a614d9e1c654b5 (plain)
1
2
3
function _tide_item_chruby
    test -n "$RUBY_VERSION" && _tide_print_item chruby $tide_chruby_icon' ' $RUBY_VERSION
end