`bash_completion`: Reduce startup time

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
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# bash completion for Node Version Manager (NVM) # bash completion for Node Version Manager (NVM)
if ! nvm &> /dev/null; then if ! command -v nvm &> /dev/null; then
return return
fi fi