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,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