summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 99b7e06..928cc6c 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -90,6 +90,11 @@ if command -v thefuck 1>/dev/null 2>&1; then
eval $(thefuck --alias)
fi
+# ==== Vault completeion
+if command -v vault 1>/dev/null 2>&1; then
+ complete -C $(brew --prefix)/bin/vault vault
+fi
+
# ==== Generate helm autocomplete stuff when it's not there
if command -v helm 1>/dev/null 2>&1; then
if [ ! -f $(brew --prefix)/etc/bash_completion.d/helm ]; then