more updates

This commit is contained in:
2024-01-26 10:30:08 +01:00
parent ba4ec367ab
commit 2028b178e1
15 changed files with 372 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
function _nvm_version_deactivate --argument-names ver
test "$nvm_current_version" = "$ver" && set --erase nvm_current_version
set --local index (contains --index -- $nvm_data/$ver/bin $PATH) &&
set --erase PATH[$index]
end