From d64f2c560abd5b97d8d488136661b5628fb28e80 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 8 Dec 2025 14:56:51 +0000 Subject: [PATCH] update --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 251e391..7409a69 100644 --- a/bashrc +++ b/bashrc @@ -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