diff --git a/_nvm b/_nvm index b037901..e292a8d 100644 --- a/_nvm +++ b/_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 ' + 'install-latest-npm:download and install the latest npm version' 'uninstall:uninstall a version' 'use:modify PATH to use . Uses .nvmrc if available' 'exec:run on . Uses .nvmrc if available' @@ -30,4 +31,4 @@ _arguments -C '*:: :->subcmds' && return 0 if (( CURRENT == 1 )); then _describe -t commands "nvm subcommand" _1st_arguments return -fi \ No newline at end of file +fi