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
+11
View File
@@ -0,0 +1,11 @@
function _nvm_list
set --local versions $nvm_data/*
set --query versions[1] &&
string match --entire --regex -- (string match --regex -- "v\d.+" $versions |
string escape --style=regex |
string join "|"
) <$nvm_data/.index
command --all node |
string match --quiet --invert --regex -- "^$nvm_data" && echo system
end