tide/functions/_tide_item_nvm.fish
2021-05-12 13:13:51 -07:00

5 lines
154 B
Fish

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