Fix gpg pinentry error for git

This commit is contained in:
Kujiu 2024-02-03 14:21:36 +01:00
parent 1335bd8e2d
commit 34bc2ed1a4
Signed by: kujiu
GPG Key ID: ABBB2CAC6855599F
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ set -x VISUAL "nvim"
set -x EDITOR "lvim"
set -x PAGER "nvimpager"
set -x BROWSER "elinks"
set -x GPG_TTY $(tty)
set -x PATH ~/.local/bin ~/.cargo/bin ~/go/bin /usr/sbin /sbin /usr/local/sbin /usr/local/bin /usr/bin /bin /usr/games
set -x NOTMUCH_CONFIG ~/.config/notmuch/notmuch-config

View File

@ -899,6 +899,7 @@ include "~/.config/newsboat/colors.conf"
macro f set browser "firefox %u"; open-in-browser; set browser "TERM=tmux-direct elinks %u";
macro g set browser "offpunk %u"; open-in-browser; set browser "TERM=tmux-direct elinks %u";
macro w set browser "wallabag add %u -a temp"; open-in-browser; set browser "TERM=tmux-direct elinks %u";
macro p set browser "echo %u >> ~/.local/share/newsboat/queue"; open-in-browser; set browser "TERM=tmux-direct elinks %u";
#### mark-as-read-on-hover