1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

fish/colnfig.fish: set GPG_TTY

This commit is contained in:
Henrik Hautakoski 2024-05-06 16:08:51 +02:00
parent 7388c9bfd3
commit 800f60c44e

View file

@ -1,5 +1,6 @@
if status is-interactive
# Commands to run in interactive sessions can go here
set -g GPG_TTY (tty)
end
set PATH $HOME/bin $PATH (go env GOPATH)/bin