Created
January 20, 2025 22:27
-
-
Save Alexisvt/5df5a7e619e40c838ec0901e47765c2e to your computer and use it in GitHub Desktop.
Revisions
-
Alexisvt renamed this gist
Jan 20, 2025 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Alexisvt created this gist
Jan 20, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ # Description Add the following code at the end of the `.zshrc` configuration file. ```shell export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" nvm use ```