zsh: switched from ssh-agent --> keychain, added direnv plugin
This commit is contained in:
parent
09726a60e2
commit
873c3cc7f6
1 changed files with 5 additions and 1 deletions
6
.zshrc
6
.zshrc
|
@ -5,6 +5,8 @@ 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:keychain agents gpg,ssh
|
||||||
|
zstyle :omz:plugins:keychain options --quiet
|
||||||
zstyle :omz:plugins:ssh-agent agent-forwarding yes
|
zstyle :omz:plugins:ssh-agent agent-forwarding yes
|
||||||
zstyle :omz:plugins:ssh-agent lazy yes
|
zstyle :omz:plugins:ssh-agent lazy yes
|
||||||
zstyle :omz:plugins:ssh-agent lifetime 8h
|
zstyle :omz:plugins:ssh-agent lifetime 8h
|
||||||
|
@ -18,9 +20,11 @@ tmux
|
||||||
command-not-found
|
command-not-found
|
||||||
debian
|
debian
|
||||||
direnv
|
direnv
|
||||||
|
git
|
||||||
|
git-extras
|
||||||
gpg-agent
|
gpg-agent
|
||||||
|
keychain
|
||||||
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