diff options
author | Nick Paterno <43416138+nicholasjpaterno@users.noreply.github.com> | 2020-03-09 10:32:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 15:32:39 +0100 |
commit | bc7f596dc084551eb0a86ae722ef054b7413a524 (patch) | |
tree | fd635464fb9be758e8c2f91a4edbe47dba3f8031 /plugins/nvm | |
parent | 742c9845580739c556219d73a732305f59220685 (diff) | |
download | zsh-bc7f596dc084551eb0a86ae722ef054b7413a524.tar.gz zsh-bc7f596dc084551eb0a86ae722ef054b7413a524.tar.bz2 zsh-bc7f596dc084551eb0a86ae722ef054b7413a524.zip |
nvm: add `install-latest-npm` to completion (#8709)
Diffstat (limited to 'plugins/nvm')
-rw-r--r-- | plugins/nvm/_nvm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/nvm/_nvm b/plugins/nvm/_nvm index 1eec48b0a..e292a8d8c 100644 --- a/plugins/nvm/_nvm +++ b/plugins/nvm/_nvm @@ -8,6 +8,7 @@ _1st_arguments=( 'help:show help' '--version:print out the latest released version of nvm' 'install:download and install a version in <node|iojs|node version number>' + 'install-latest-npm:download and install the latest npm version' 'uninstall:uninstall a version' 'use:modify PATH to use <version>. Uses .nvmrc if available' 'exec:run <command> on <version>. Uses .nvmrc if available' |