Skip to content

Commit

Permalink
Switch from nvm to fnm
Browse files Browse the repository at this point in the history
  • Loading branch information
maiwald committed Aug 21, 2023
1 parent 3883996 commit 30e8e15
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ if which rbenv > /dev/null; then
eval "$(rbenv init - zsh)";
fi

# load nvm
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
# load fnm
eval "$(fnm env --use-on-cd)"

0 comments on commit 30e8e15

Please sign in to comment.