Fix gpg pinentry error for git
This commit is contained in:
parent
1335bd8e2d
commit
34bc2ed1a4
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ set -x VISUAL "nvim"
|
||||||
set -x EDITOR "lvim"
|
set -x EDITOR "lvim"
|
||||||
set -x PAGER "nvimpager"
|
set -x PAGER "nvimpager"
|
||||||
set -x BROWSER "elinks"
|
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 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
|
set -x NOTMUCH_CONFIG ~/.config/notmuch/notmuch-config
|
||||||
|
|
||||||
|
|
|
@ -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 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 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";
|
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
|
#### mark-as-read-on-hover
|
||||||
|
|
Loading…
Reference in a new issue