feat: Adding settings for git to use GPG signing

This commit is contained in:
2026-07-31 12:38:42 -05:00
parent e751cee778
commit 0a4bf53aab
3 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
export EDITOR=nvim
export MANPAGER="less -R --use-color -Dd+r -Du+b" # Colored MAN pages
export DOCKER_DEFAULT_PLATFORM=linux/amd64
export GPG_TTY=$(tty)