mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 04:56:09 -05:00
added fix for pinentry
This commit is contained in:
parent
9a7ddba442
commit
cc6e0d95e5
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue