Compare commits

..

4 commits

10
.zshrc
View file

@ -5,7 +5,7 @@ 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 gpg,ssh zstyle :omz:plugins:keychain agents gpg,ssh
zstyle :omz:plugins:keychain options --quiet 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
@ -14,16 +14,16 @@ 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-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