From 6b263befad0efbec16c199cadd3d1a3240b41872 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 28 Sep 2022 01:26:17 +0200 Subject: Remove vela autocomplete --- .bash_profile | 7 ------- 1 file changed, 7 deletions(-) (limited to '.bash_profile') 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 -- cgit v1.2.3