mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 20:13:05 +03:00
5 lines
151 B
Fish
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
|