summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-21 23:40:51 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-21 23:55:35 +0100
commit0fb77d7ce01be5d22e5fae2dfa49fddb1c3b5a54 (patch)
tree1f71f1641b1a1ded21718508308cda0fead243ce
parentf2948cfb8949f87057e2de44cb0bff5623017427 (diff)
Adapt NVM dotfiles with ansible roles
-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