1
0
Fork 0
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:
Henrik Hautakoski 2024-06-23 16:13:11 +02:00
parent 08bf9aad64
commit a30cf769bf

View file

@ -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