From 7a44b38302684c672a89075f01c0df1d1a5d07bd Mon Sep 17 00:00:00 2001 From: Luca Bilke <luca@asmara.fritz.box> Date: Sun, 28 Jan 2024 12:46:51 +0100 Subject: [PATCH] make gpg work --- .config/zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index a89e9d1..552015b 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -109,3 +109,5 @@ bindkey '^[[1;5D' backward-word PLUGINS_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/zsh/plugins" [ -f "$PLUGINS_HOME/fzf/key-bindings.zsh" ] && source "$PLUGINS_HOME/fzf/key-bindings.zsh" [ -f "$PLUGINS_HOME/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh" ] && source "$PLUGINS_HOME/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh" + +gpg-connect-agent updatestartuptty /bye 1>/dev/null &