this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 5 lines 233 B view raw
1function _nvm_version_deactivate --argument-names v 2 test "$nvm_current_version" = "$v" && set --erase nvm_current_version 3 set --local index (contains --index -- $nvm_data/$v/bin $PATH) && 4 set --erase PATH[$index] 5end