From d8689f6b9aabcb2ac92691bd088eaf60a24e377a Mon Sep 17 00:00:00 2001 From: "easyaspi314 (Devin)" Date: Mon, 12 Mar 2018 10:41:05 -0400 Subject: [PATCH] `bash_completion`: Reduce startup time --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index 989dde7..47eda3e 100644 --- a/bash_completion +++ b/bash_completion @@ -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