summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-19 23:03:18 +0200
committerGravatar Tom Willemsen2012-10-19 23:03:18 +0200
commitfb0f64a0ccecf7e00aa65114d419b4a999bd2f6f (patch)
treee9dc2c904e0e86c05089c0b104909d9d0fc5beb6 /.zprofile
parente6095a18145578dbe92eaaba6b8ad94a9c2df5ad (diff)
downloaddotfiles-fb0f64a0ccecf7e00aa65114d419b4a999bd2f6f.tar.gz
dotfiles-fb0f64a0ccecf7e00aa65114d419b4a999bd2f6f.zip
.zprofile
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