mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
added TTY_GPG env var to keychain.fish
This commit is contained in:
parent
7e80d33e59
commit
ddac4e3ec2
@ -1,3 +1,6 @@
|
||||
# https://stackoverflow.com/questions/39494631/gpg-failed-to-sign-the-data-fatal-failed-to-write-commit-object-git-2-10-0
|
||||
set -x GPG_TTY (tty)
|
||||
|
||||
# https://github.com/fish-shell/fish-shell/issues/4583
|
||||
if status --is-interactive
|
||||
keychain --eval --agents ssh --quiet -Q id_rsa | source
|
||||
|
Loading…
Reference in New Issue
Block a user