aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorRaul Benencia <raul@thousandeyes.com>2025-11-18 13:45:12 -0800
committerRaul Benencia <raul@thousandeyes.com>2025-11-18 13:45:12 -0800
commitb1d15a22f9d7b21039f55b55a79c4ce4d9787c13 (patch)
tree4986da06044c94b96260af0d369e463c249a7328 /.bashrc
parent29df5129a593a802e2d6e851c21b9982c5f1d39c (diff)
NVM
Diffstat (limited to '.bashrc')
-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