summaryrefslogtreecommitdiff
path: root/zsh/login
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-06-21 17:58:12 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-06-21 17:58:12 +0100
commita5175a90ba41110e91a323715bf159b6b5776627 (patch)
treee8d38306db3e450a74e9e63cc3637a7f8cd824f1 /zsh/login
parent4bce8201c271a01132635ffcb13ebea09c616709 (diff)
Revert "zsh: Start ssh-agent automatically"
This reverts commit 577de729deb7574fa6da1bedea19fd6af9c5c722. This change conflicts with other configurations that require a custom SSH agent to be listening on SSH_AUTH_SOCK.
Diffstat (limited to 'zsh/login')
-rw-r--r--zsh/login4
1 files changed, 0 insertions, 4 deletions
diff --git a/zsh/login b/zsh/login
index 72995dd..95f8137 100644
--- a/zsh/login
+++ b/zsh/login
@@ -1,9 +1,5 @@
# -*- mode: shell-script -*-
-export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/ssh-agent
-
-[[ ! -S ${SSH_AUTH_SOCK} ]] && ssh-agent -a ${SSH_AUTH_SOCK} >/dev/null
-
source_if_exists dotfiles-${UNAME}/zsh/login
source_if_exists dotfiles-${DOMAIN}/zsh/login
source_if_exists dotfiles-${HOST}/zsh/login