Skip to content

Commit

Permalink
Create .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ek-so committed Dec 18, 2024
1 parent 5110d62 commit 6d4eadd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export NVM_DIR="$HOME/.nvm"
[ -s "$HOMEBREW_PREFIX/opt/nvm/nvm.sh" ] && \. "$HOMEBREW_PREFIX/opt/nvm/nvm.sh" # This loads nvm
[ -s "$HOMEBREW_PREFIX/opt/nvm/etc/bash_completion.d/nvm" ] && \. "$HOMEBREW_PREFIX/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion

0 comments on commit 6d4eadd

Please sign in to comment.