added fix for pinentry

This commit is contained in:
Ryan Schanzenbacher 2024-10-19 00:14:19 -04:00
parent 9a7ddba442
commit cc6e0d95e5
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -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"