tide/functions/_tide_item_nvm.fish
2020-12-25 16:32:03 -08:00

6 lines
215 B
Fish

function _tide_item_nvm
functions --query nvm && set -l nvmCurrent (nvm current) && if test "$nvmCurrent" != system
set_color $tide_nvm_color
printf '%s' $tide_nvm_icon' ' $nvmCurrent
end
end