Browse Source

`bash_completion`: Reduce startup time

easyaspi314 (Devin) 7 years ago committed by Jordan Harband
parent
commit
d8689f6b9a
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
  1. 2
      bash_completion

2
bash_completion

@ -2,7 +2,7 @@ @@ -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…
Cancel
Save