all repos — nixfiles @ c7882b51fa2bf967d7a357690ecc14e1958a162d

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

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

1
2
3
4
5
6
7
8
9
10
11
if [[ -f $ZDOTDIR/zshenv.local ]]
then
	. $ZDOTDIR/zshenv.local
fi

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

if [[ -z $SSH_AUTH_SOCK ]]
then
	export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
fi