[zshrc] added ssh-agent
This commit is contained in:
parent
ac517a9557
commit
0c6636ff44
1 changed files with 5 additions and 0 deletions
5
.zshrc
5
.zshrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue