Enable nvm
This commit is contained in:
parent
0449cf22ae
commit
2e8c717036
2
tag-zsh/zsh/configs/nvm.zsh
Normal file
2
tag-zsh/zsh/configs/nvm.zsh
Normal file
|
@ -0,0 +1,2 @@
|
|||
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"
|
Loading…
Reference in a new issue