mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-16 13:11:22 +00:00
3 lines
121 B
Fish
3 lines
121 B
Fish
function _tide_item_chruby
|
|
test -n "$RUBY_VERSION" && _tide_print_item chruby $tide_chruby_icon' ' $RUBY_VERSION
|
|
end
|