fixup! zsh: switched from ssh-agent --> keychain, added direnv plugin
This commit is contained in:
parent
c3f93023dd
commit
a13427da06
1 changed files with 2 additions and 4 deletions
6
.zshrc
6
.zshrc
|
@ -14,10 +14,8 @@ 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
|
||||||
git
|
|
||||||
git-extras
|
|
||||||
tmux
|
|
||||||
command-not-found
|
command-not-found
|
||||||
|
common-aliases
|
||||||
debian
|
debian
|
||||||
direnv
|
direnv
|
||||||
git
|
git
|
||||||
|
@ -25,7 +23,7 @@ git-extras
|
||||||
gpg-agent
|
gpg-agent
|
||||||
keychain
|
keychain
|
||||||
pip
|
pip
|
||||||
common-aliases
|
tmux
|
||||||
MichaelAquilina/zsh-you-should-use
|
MichaelAquilina/zsh-you-should-use
|
||||||
svenXY/timewarrior
|
svenXY/timewarrior
|
||||||
voronkovich/gitignore.plugin.zsh
|
voronkovich/gitignore.plugin.zsh
|
||||||
|
|
Loading…
Reference in a new issue