tide/functions/_tide_item_nvm.fish
2021-05-04 08:47:32 -07:00

5 lines
151 B
Fish

function _tide_item_nvm
set -l nvmCurrent (nvm current)
test "$nvmCurrent" != system && _tide_print_item nvm $tide_nvm_icon' ' $nvmCurrent
end