summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshenv
blob: d5ef76a1a9a4e7849118a02d05e29a1ffa779034 (plain)
1
2
3
4
5
6
if [[ -f $ZDOTDIR/zshenv.local ]]
then
	. $ZDOTDIR/zshenv.local
fi

ZPLUG_HOME=${ZPLUG_HOME:-~/projects/zplug}