mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-25 04:53:11 +03:00
4 lines
100 B
Fish
4 lines
100 B
Fish
function _tide_item_chruby
|
|
test -n "$RUBY_VERSION" && _tide_print_item chruby $RUBY_VERSION
|
|
end
|