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,4 @@
function _nvm_version_activate --argument-names ver
set --global --export nvm_current_version $ver
set --prepend PATH $nvm_data/$ver/bin
end