Mercurial > hg > config
changeset 912:5d9c08d2a090
nvm
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Wed, 01 May 2024 14:39:53 -0700 |
parents | 6fbbe5f0bc6b |
children | 107bf2430602 |
files | .bashrc |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.bashrc Sun Apr 14 15:00:41 2024 -0700 +++ b/.bashrc Wed May 01 14:39:53 2024 -0700 @@ -661,3 +661,7 @@ fi } regeneratefluxmenu + +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