From 4c746b2173afc23200d41e59d5e483fe05596f3d Mon Sep 17 00:00:00 2001 From: Starfall Date: Wed, 22 Jul 2020 19:33:46 -0500 Subject: zsh, git: use gpg2 --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/git') diff --git a/.config/git/config b/.config/git/config index 8d4195c..c006c75 100644 --- a/.config/git/config +++ b/.config/git/config @@ -15,3 +15,5 @@ stashpull = !git stash && git pull && git stash pop stat = status tree = log --all --graph --oneline +[gpg] + program = gpg2 -- cgit