diff --git a/dot_config/sheldon/plugins.toml b/dot_config/sheldon/plugins.toml index 66bb791..72c9e62 100644 --- a/dot_config/sheldon/plugins.toml +++ b/dot_config/sheldon/plugins.toml @@ -22,7 +22,7 @@ use = ["{completion,key-bindings,history,directories}.zsh"] [plugins.omzplugins] github = "ohmyzsh/ohmyzsh" dir = "plugins" -use = ["{systemd,command-not-found}/*.plugin.zsh"] +use = ["{systemd,command-not-found,ssh-agent}/*.plugin.zsh"] [plugins.fzftab] github = "Aloxaf/fzf-tab" diff --git a/dot_config/zsh/files/evalstuff.zsh b/dot_config/zsh/files/evalstuff.zsh index 2d0ce8c..b19e153 100644 --- a/dot_config/zsh/files/evalstuff.zsh +++ b/dot_config/zsh/files/evalstuff.zsh @@ -5,4 +5,4 @@ _evalcache atuin init zsh _evalcache navi widget zsh _evalcache direnv hook zsh #_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)"