Skip to content

Instantly share code, notes, and snippets.

@Alexisvt
Created January 20, 2025 22:27
Show Gist options
  • Select an option

  • Save Alexisvt/5df5a7e619e40c838ec0901e47765c2e to your computer and use it in GitHub Desktop.

Select an option

Save Alexisvt/5df5a7e619e40c838ec0901e47765c2e to your computer and use it in GitHub Desktop.

Revisions

  1. Alexisvt renamed this gist Jan 20, 2025. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Alexisvt created this gist Jan 20, 2025.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original 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
    ```