Update configs

This commit is contained in:
alvinlollo
2026-07-23 14:25:05 +10:00
parent f71c4c3816
commit f380ff8824
14 changed files with 602 additions and 16 deletions
@@ -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