From b1d15a22f9d7b21039f55b55a79c4ce4d9787c13 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Tue, 18 Nov 2025 13:45:12 -0800 Subject: NVM --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 48999af..a84817c 100644 --- a/.bashrc +++ b/.bashrc @@ -130,3 +130,7 @@ PROMPT_DIRTRIM=2 if [ -e ~/.bashrc.post ]; then . ~/.bashrc.post fi + +export NVM_DIR="$HOME/.nvm" +[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm +[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion -- cgit v1.2.3