git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.bash/postexec.bash
blob: b2f257e3d6f11d55dd01db40732571bdcf8595c1 (plain)
1
2
3
4
declare -x SSH_AUTH_SOCK SSH_AGENT_PID
if [ -n "$SSHENVFILE" ] && [ -r "$SSHENVFILE" ];then
	source "$SSHENVFILE"
fi