Load NVM
This commit is contained in:
parent
0dc6a32b3b
commit
e327b93d7a
|
@ -10,6 +10,9 @@ for zfile in $ZDOTDIR/*.zsh; do
|
||||||
source $zfile
|
source $zfile
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Source NVM
|
||||||
|
[[ -f /usr/share/nvm/init-nvm.sh ]] && source /usr/share/nvm/init-nvm.sh
|
||||||
|
|
||||||
# Set variables for antidote
|
# Set variables for antidote
|
||||||
antidote_dir="$ZDOTDIR/.antidote"
|
antidote_dir="$ZDOTDIR/.antidote"
|
||||||
plugins_txt="$ZDOTDIR/.zsh_plugins.txt"
|
plugins_txt="$ZDOTDIR/.zsh_plugins.txt"
|
||||||
|
|
Loading…
Reference in a new issue