2 Commits

Author SHA1 Message Date
a5ca5b4f63 feat: Removes using gpg as an ssh agent. 2025-03-28 12:34:53 -04:00
26b98e444d feat: Check if signing key is fixed. 2025-03-28 10:57:52 -04:00
2 changed files with 2 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
[user] [user]
name = Michael Housh name = Michael Housh
email = mhoush@houshhomeenergy.com email = mhoush@houshhomeenergy.com
signingkey = mhoush@houshhomeenergy.com signingkey = 14A20BF5!
[commit] [commit]
gpgsign = true gpgsign = true
@@ -27,3 +27,4 @@
required = true required = true
clean = git-lfs clean -- %f clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f smudge = git-lfs smudge -- %f

View File

@@ -230,7 +230,3 @@ fpath=(/Users/michael/.docker/completions $fpath)
autoload -Uz compinit autoload -Uz compinit
compinit compinit
# End of Docker CLI completions
gpgconf --launch gpg-agent
export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh