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-05-04 18:47:32 +03:00
|
|
|
test "$nvmCurrent" != system && _tide_print_item nvm $tide_nvm_icon' ' $nvmCurrent
|
2021-03-02 20:46:40 +03:00
|
|
|
end
|