[zsh] disable ssh-agent plugin

This commit is contained in:
odrling 2023-11-11 12:23:34 +01:00
parent 570eb19f9d
commit 504e0461b5
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

5
.zshrc
View file

@ -14,9 +14,6 @@ ZVM_VI_INS_LEGACY_UNDO=1
autoload -Uz _zinit
(( ${+_comps} )) && _comps[zinit]=_zinit
zstyle :omz:plugins:ssh-agent lazy yes
zstyle :omz:plugins:ssh-agent quiet yes
# load modules
zinit light zsh-users/zsh-completions
zinit ice has'fzf'; zinit light Aloxaf/fzf-tab
@ -24,8 +21,6 @@ zinit light zsh-users/zsh-autosuggestions
zinit light z-shell/F-Sy-H
[ -z "$NVIM" ] && (zinit ice wait ""; zinit light jeffreytse/zsh-vi-mode)
zinit ice has'ssh-agent' wait silent; zinit snippet OMZP::ssh-agent
command -v direnv 2>&1 > /dev/null && source <(direnv hook zsh)
zinit ice wait"1" lucid