tide/functions/_tide_item_nvm.fish

5 lines
154 B
Fish
Raw Normal View History

2020-09-06 21:23:47 +03:00
function _tide_item_nvm
2021-05-12 23:13:51 +03:00
set -l nvm_current (nvm current)
test "$nvm_current" != system && _tide_print_item nvm $tide_nvm_icon' ' $nvm_current
2021-03-02 20:46:40 +03:00
end