mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-27 14:02:09 +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
|