[zshrc] added ssh-agent

This commit is contained in:
Tobias Schmidl 2023-01-18 09:51:51 +01:00
parent ac517a9557
commit 0c6636ff44

5
.zshrc
View file

@ -13,6 +13,10 @@ setopt HIST_IGNORE_SPACE
setopt HIST_FIND_NO_DUPS setopt HIST_FIND_NO_DUPS
setopt HIST_SAVE_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 source $HOME/.local/lib/zsh/antigen/bin/antigen.zsh
antigen use oh-my-zsh antigen use oh-my-zsh
antigen bundles <<EOBUNDLES antigen bundles <<EOBUNDLES
@ -23,6 +27,7 @@ command-not-found
debian debian
gpg-agent gpg-agent
pip pip
ssh-agent
common-aliases common-aliases
MichaelAquilina/zsh-you-should-use MichaelAquilina/zsh-you-should-use
svenXY/timewarrior svenXY/timewarrior