aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
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
nihil fit ex nihilo