summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bash_profile7
1 files changed, 0 insertions, 7 deletions
diff --git a/.bash_profile b/.bash_profile
index e9be492..f589918 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -99,13 +99,6 @@ if command -v helm 1>/dev/null 2>&1; then
fi
fi
-# ==== Generate vela autocomplete stuff when it's not there
-if command -v vela 1>/dev/null 2>&1; then
- if [ ! -f $(brew --prefix)/etc/bash_completion.d/vela ]; then
- vela completion bash > $(brew --prefix)/etc/bash_completion.d/vela
- fi
-fi
-
# ==== load all bash completions
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion