diff options
| author | Ahmed Abdelhalim <[email protected]> | 2022-09-28 01:26:17 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2022-09-28 01:26:17 +0200 |
| commit | 6b263befad0efbec16c199cadd3d1a3240b41872 (patch) | |
| tree | 588457ee3b257b72218a3d29fc52b75f668a990b | |
| parent | 8164180260c52925654e1de91e534cde9ea668b7 (diff) | |
Remove vela autocomplete
| -rw-r--r-- | .bash_profile | 7 |
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 |
