tide/functions/_tide_item_nvm.fish
2021-03-02 09:46:40 -08:00

8 lines
192 B
Fish

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