From fb0f64a0ccecf7e00aa65114d419b4a999bd2f6f Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 19 Oct 2012 23:03:18 +0200 Subject: .zprofile --- .zprofile | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index ebf90b7..631e8a0 100644 --- a/.zprofile +++ b/.zprofile @@ -6,3 +6,7 @@ PATH="${HOME}/usr/bin:${PATH}:/usr/local/bin:/usr/local/stumpwm/bin" PATH="/usr/local/scwm/bin:$PATH" PATH="/usr/local/clfswm/bin:$PATH" export PATH="/usr/local/emacs/bin:$PATH" + +if [ -z "$SSH_AGENT_PID" ]; then + eval `ssh-agent` +fi -- cgit v1.2.3-54-g00ecf