From 0c6636ff44393a2166aa33a45aaf9a8196a1e009 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Wed, 18 Jan 2023 09:51:51 +0100 Subject: [PATCH] [zshrc] added ssh-agent --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index 65b525e..c6e6bca 100644 --- a/.zshrc +++ b/.zshrc @@ -13,6 +13,10 @@ setopt HIST_IGNORE_SPACE setopt HIST_FIND_NO_DUPS setopt HIST_SAVE_NO_DUPS +zstyle :omz:plugins:ssh-agent agent-forwarding yes +zstyle :omz:plugins:ssh-agent lazy yes +zstyle :omz:plugins:ssh-agent lifetime 8h + source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh antigen use oh-my-zsh antigen bundles <