mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 11:06:15 -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
|
end
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
set -gax --path XDG_DATA_DIRS ~/.local/share/flatpak/exports/share
|
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
|
# Commands to run in interactive sessions can go here
|
||||||
alias quit exit
|
alias quit exit
|
||||||
alias cat "bat --paging=never"
|
alias cat "bat --paging=never"
|
||||||
|
|
Loading…
Reference in a new issue