summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bashrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index e73c8e3..08d3c9a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -102,11 +102,13 @@ if command -v rbenv 1>/dev/null 2>&1; then
eval "$(rbenv init -)"
fi
-# ==== NVM config
+# ==== BEGIN ANSIBLE NVM CONFIG
if [ -f "$HOME/.nvm/nvm.sh" ]; then
export NVM_DIR=~/.nvm
source "$HOME/.nvm/nvm.sh"
+ source "$NVM_DIR/bash_completion"
fi
+# ==== END ANSIBLE NVM CONFIG
# ==== k8s/ktx/kns completion
if command -v kubectl 1>/dev/null 2>&1; then