summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshenv
blob: 3e8d1da830e602aa3e6a52e292f21278c7978c78 (plain)
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