mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
fish: export GPG_TTY
This commit is contained in:
parent
08bf9aad64
commit
a30cf769bf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
set -g GPG_TTY (tty)
|
||||
set -x GPG_TTY (tty)
|
||||
end
|
||||
|
||||
set PATH $HOME/bin $HOME/.local/bin (go env GOPATH)/bin $PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue