summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/.bashrc b/.bashrc
index b3dacaf..594d391 100644
--- a/.bashrc
+++ b/.bashrc
@@ -107,14 +107,6 @@ if command -v rbenv 1>/dev/null 2>&1; then
eval "$(rbenv init -)"
fi
-# ==== 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
alias k='kubectl'