From cc6e0d95e5c812ee9dbc391cb1128076013c27ea Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sat, 19 Oct 2024 00:14:19 -0400 Subject: [PATCH] added fix for pinentry --- home-config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-config/fish/config.fish b/home-config/fish/config.fish index aa7f164..7e054bf 100644 --- a/home-config/fish/config.fish +++ b/home-config/fish/config.fish @@ -21,6 +21,9 @@ if status is-login end if status is-interactive set -gax --path XDG_DATA_DIRS ~/.local/share/flatpak/exports/share + + set GPG_TTY $(tty) + export GPG_TTY # Commands to run in interactive sessions can go here alias quit exit alias cat "bat --paging=never"