mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-29 22:33:05 +03:00
7 lines
162 B
Fish
7 lines
162 B
Fish
|
function _tide_item_chruby
|
||
|
if test -n "$RUBY_VERSION"
|
||
|
set_color $tide_chruby_color
|
||
|
printf '%s' $tide_chruby_icon' ' $RUBY_VERSION
|
||
|
end
|
||
|
end
|