keychain has errors on wsl, replace with ssh-agent plugin

This commit is contained in:
eeleater 2024-07-26 09:50:41 +02:00
parent 76c089042e
commit 79258c6b4e
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ use = ["{completion,key-bindings,history,directories}.zsh"]
[plugins.omzplugins] [plugins.omzplugins]
github = "ohmyzsh/ohmyzsh" github = "ohmyzsh/ohmyzsh"
dir = "plugins" dir = "plugins"
use = ["{systemd,command-not-found}/*.plugin.zsh"] use = ["{systemd,command-not-found,ssh-agent}/*.plugin.zsh"]
[plugins.fzftab] [plugins.fzftab]
github = "Aloxaf/fzf-tab" github = "Aloxaf/fzf-tab"

View file

@ -5,4 +5,4 @@ _evalcache atuin init zsh
_evalcache navi widget zsh _evalcache navi widget zsh
_evalcache direnv hook zsh _evalcache direnv hook zsh
#_evalcache ntfy shell-integration #_evalcache ntfy shell-integration
eval "$(keychain --dir "$XDG_CACHE_HOME"/keychain --eval --quiet id_rsa)" #eval "$(keychain --dir "$XDG_CACHE_HOME"/keychain --eval --quiet id_rsa)"