all repos — archive/dotfiles @ e27ebd733b0b7b18967beb732734db5d88afdf25

Superseded by nixfiles

tag-zsh/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}