all repos — archive/dotfiles @ f766b7ba9ee98fe81a0b17581177314c57443818

Superseded by nixfiles

tag-zplug/config/zsh/zshenv (view raw)

1
2
3
4
5
6
if [[ -f $ZDOTDIR/zshenv.local ]]
then
	. $ZDOTDIR/zshenv.local
fi

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