Skip to content

Commit

Permalink
[update]mod PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed Apr 1, 2024
1 parent 89aebea commit 3b7239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/zsh/env.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export LS_COLORS='ow=01;32:ex=01;00:';
# nvm
########################################
# https://github.com/nvm-sh/nvm?tab=readme-ov-file#git-install
export NVM_DIR="$HOME/.nvm"
export NVM_DIR="$HOME/.config/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

Expand Down

0 comments on commit 3b7239f

Please sign in to comment.