This commit is contained in:
Ray Elliott 2025-12-08 14:56:51 +00:00
parent e456cb11f7
commit d64f2c560a
1 changed files with 1 additions and 0 deletions

1
bashrc
View File

@ -197,6 +197,7 @@ source ~/.profile
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
nvm use default >/dev/null
# https://github.com/skywind3000/z.lua
if command -v lua ; then