bash_completion: Reduce startup time

This commit is contained in:
easyaspi314 (Devin) 2018-03-12 10:41:05 -04:00 committed by Jordan Harband
parent 0e3bb2cc47
commit d8689f6b9a
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55

View File

@ -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