summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile4
1 files changed, 4 insertions, 0 deletions
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