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