This commit is contained in:
Christian Nieves
2024-02-10 22:51:15 -06:00
parent e4926e135c
commit 27955c4f97
4 changed files with 27 additions and 11 deletions

View File

@ -33,3 +33,4 @@ 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
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi