summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-10-09 09:37:44 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-10-09 09:37:44 +0200
commit3528d289b6b0ca37d5d6cb9b613598a0656a6c45 (patch)
treec91b4f11623e63f4804ca799de6997d51cb06cb7
parent0710f125cc69abda9ea98187ff305c631465792a (diff)
downloadzsh-3528d289b6b0ca37d5d6cb9b613598a0656a6c45.tar.gz
zsh-3528d289b6b0ca37d5d6cb9b613598a0656a6c45.tar.bz2
zsh-3528d289b6b0ca37d5d6cb9b613598a0656a6c45.zip
No ssh-agent timeout.
-rw-r--r--zshrc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc.local b/zshrc.local
index 1b478e0..f25ed78 100644
--- a/zshrc.local
+++ b/zshrc.local
@@ -8,7 +8,7 @@ export MOZ_ENABLE_WAYLAND=1
export PAN_MESA_DEBUG=gl3
if ! pgrep -u "$USER" ssh-agent > /dev/null; then
- ssh-agent -t 1h > "$XDG_RUNTIME_DIR/ssh-agent.env"
+ ssh-agent > "$XDG_RUNTIME_DIR/ssh-agent.env"
fi
if [[ ! "$SSH_AUTH_SOCK" ]]; then
source "$XDG_RUNTIME_DIR/ssh-agent.env" >/dev/null