mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-29 22:33:05 +03:00
5 lines
154 B
Fish
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
|