mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-10 16:49:06 +00:00
bash_completion
: Reduce startup time
This commit is contained in:

committed by
Jordan Harband

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
|
||||
|
||||
|
Reference in New Issue
Block a user