diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
