mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
bash_completion
: Reduce startup time
This commit is contained in:
parent
0e3bb2cc47
commit
d8689f6b9a
@ -2,7 +2,7 @@
|
||||
|
||||
# bash completion for Node Version Manager (NVM)
|
||||
|
||||
if ! nvm &> /dev/null; then
|
||||
if ! command -v nvm &> /dev/null; then
|
||||
return
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user