Skip to content

Commit

Permalink
Add nvm to zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
penguingovernor committed Jun 16, 2020
1 parent 0d173cf commit 77aead8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ alias .4="cd ../../../../"
alias .5="cd ../../../../.."
alias .6="cd ../../../../../.."

# NVM Stuff
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"


#
# __ _ _
Expand Down

0 comments on commit 77aead8

Please sign in to comment.