mirror of
https://github.com/Steffo99/config-fish.git
synced 2025-01-05 13:29:42 +00:00
7 lines
380 B
Fish
7 lines
380 B
Fish
|
complete -xc nvm -n __fish_use_subcommand -a ls -d "List available versions matching <regex>"
|
||
|
complete -xc nvm -n __fish_use_subcommand -a use -d "Download <version> and modify PATH so it's available"
|
||
|
complete -xc nvm -n __fish_use_subcommand -a --help -d "Show usage help"
|
||
|
complete -xc nvm -n __fish_use_subcommand -a --version -d "Show the current version of nvm"
|
||
|
|
||
|
nvm complete
|