From 8934f7da484dee8f45d11808ea00d47e753262ae Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 26 Oct 2022 12:19:27 +0100 Subject: [PATCH] Don't run keychain or any other agent --- states/zsh/files/zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/states/zsh/files/zshrc b/states/zsh/files/zshrc index 22f0b65..458a576 100644 --- a/states/zsh/files/zshrc +++ b/states/zsh/files/zshrc @@ -50,8 +50,6 @@ precmd () { __git_ps1 "" "$(virtual_env)${p}" "${NEWLINE}[%s]${NEWLINE}" } -eval $(keychain --agents gpg,ssh --eval --quiet --noask id_ed25519 B3030EB2 F0C471E6) - bindkey '^R' history-incremental-search-backward if [[ -f ~/.shell_aliases ]]; then -- 2.45.2