5 lines
159 B
Fish
5 lines
159 B
Fish
|
|
# Tell gpg-agent about the current terminal on each interactive login
|
||
|
|
if status is-interactive
|
||
|
|
gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1
|
||
|
|
end
|