Commit 3007f960 authored by Paul Melnikow's avatar Paul Melnikow
Browse files

NVM: Avoid providing completions when nvm is not installed

parent e3c02bfe
#compdef nvm
#autoload
[[ -s ~/.nvm/nvm.sh ]] || return 0
local -a _1st_arguments
_1st_arguments=(
'help:show help'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment