diff options
| author | Raul Benencia <raul@thousandeyes.com> | 2025-11-18 13:45:12 -0800 |
|---|---|---|
| committer | Raul Benencia <raul@thousandeyes.com> | 2025-11-18 13:45:12 -0800 |
| commit | b1d15a22f9d7b21039f55b55a79c4ce4d9787c13 (patch) | |
| tree | 4986da06044c94b96260af0d369e463c249a7328 | |
| parent | 29df5129a593a802e2d6e851c21b9982c5f1d39c (diff) | |
NVM
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
