diff --git a/files/.zshrc b/files/.zshrc index 35a4c26..b7077c5 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -169,4 +169,8 @@ command_exists trash-put && alias rm='trash-put' # export PATH=$PATH:$HOME/.local/go/bin # export GOPROXY=https://goproxy.io,direct +# Node.js, npm, nvm +# export NVM_NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node +# export NVM_IOJS_ORG_MIRROR=https://npmmirror.com/mirrors/iojs + alias lazy='~/.lazy/run.sh'