aboutsummaryrefslogtreecommitdiff
path: root/files/.zsh/zprofile
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2013-09-25 20:24:19 +0600
committerAnton Bobov <abobov@gmail.com>2013-09-25 20:24:50 +0600
commitf63c3262885fc9d3b7bd3139959ca9e4a1e7a2a3 (patch)
tree16a9940098df29b80d95a56067a1b59049c9bce4 /files/.zsh/zprofile
parent860f48a404abd4d2beb50acbe0d323a348d657dd (diff)
Updates.
Diffstat (limited to 'files/.zsh/zprofile')
-rw-r--r--files/.zsh/zprofile6
1 files changed, 0 insertions, 6 deletions
diff --git a/files/.zsh/zprofile b/files/.zsh/zprofile
deleted file mode 100644
index b9df8e5..0000000
--- a/files/.zsh/zprofile
+++ /dev/null
@@ -1,6 +0,0 @@
-SSHAGENT=/usr/bin/ssh-agent
-SSHAGENTARGS="-s"
-if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ]; then
- eval `$SSHAGENT $SSHAGENTARGS`
- trap "kill $SSH_AGENT_PID" 0
-fi