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"