tide/functions/_tide_item_nvm.fish

5 lines
133 B
Fish
Raw Normal View History

2020-09-06 21:23:47 +03:00
function _tide_item_nvm
2021-02-17 07:46:48 +03:00
set -l nvmCurrent (nvm current)
2021-04-24 00:41:11 +03:00
test "$nvmCurrent" != system && _tide_print_item nvm $nvmCurrent
2021-03-02 20:46:40 +03:00
end