fish: bump nvm.fish to 2.2.15

This commit is contained in:
Charles Gould 2024-09-12 12:24:30 -05:00
parent 8f1bdf3c01
commit f53c2c8ff5
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
function _nvm_list
set --local versions $nvm_data/*
set --local versions (string replace --all -- $nvm_data/ "" $nvm_data/*)
set --query versions[1] &&
string match --entire --regex -- (string match --regex -- "v\d.+" $versions |
string escape --style=regex |

View File

@ -29,7 +29,7 @@ function nvm --description "Node version manager"
switch "$cmd"
case -v --version
echo "nvm, version 2.2.14"
echo "nvm, version 2.2.15"
case "" -h --help
echo "Usage: nvm install <version> Download and activate the specified Node version"
echo " nvm install Install the version specified in the nearest .nvmrc file"