all repos — nixfiles @ 61a885bece9549f994731b9017c00491b1cb6499

System and user configuration, managed by nix and home-manager

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}