Update git config, fix fish config

This commit is contained in:
Blizzard Finnegan 2023-06-06 08:19:57 -04:00
parent 9d4ab28c6d
commit d9c398f5d6
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E
2 changed files with 4 additions and 2 deletions

View file

@ -3,3 +3,5 @@
email = blizzardfinnegan@gmail.com
[commit]
gpgSign = true
[core]
editor = nvim

View file

@ -1,7 +1,7 @@
gpgconf --launch gpg-agent
set -e SSH_AUTH_SOCK
set -gx SSH_AUTH_SOCK $(gpgconf --list-dirs agent-ssh-socket)
set -gx GPG_TTY $(tty)
set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
set -gx GPG_TTY (tty)
gpg-connect-agent updatestartuptty /bye >/dev/null
if status is-interactive
# Commands to run in interactive sessions can go here