nvm
This commit is contained in:
parent
a1b948c98d
commit
eeae78cff5
1 changed files with 8 additions and 0 deletions
8
.zshrc
8
.zshrc
|
@ -56,5 +56,13 @@ pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1 && export SSH_AGENT_PID=$(pgrep
|
||||||
# Pew
|
# Pew
|
||||||
hash pew 2>/dev/null && source $(pew shell_config)
|
hash pew 2>/dev/null && source $(pew shell_config)
|
||||||
|
|
||||||
|
# NVM
|
||||||
|
if [ -f /usr/share/nvm/init-nvm.sh ]; then
|
||||||
|
. /usr/share/nvm/init-nvm.sh
|
||||||
|
export NVM_DIR="$HOME/.nvm"
|
||||||
|
export NVM_SOURCE="/usr/share/nvm"
|
||||||
|
[ -s "$NVM_SOURCE/nvm.sh" ] && . "$NVM_SOURCE/nvm.sh"
|
||||||
|
fi
|
||||||
|
|
||||||
# Exit with a success status
|
# Exit with a success status
|
||||||
true
|
true
|
||||||
|
|
Loading…
Reference in a new issue