fish: bump nvm.fish to 2.2.15
This commit is contained in:
parent
8f1bdf3c01
commit
f53c2c8ff5
@ -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 |
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user