diff options
author | Starfall <us@starfall.systems> | 2020-07-22 19:33:46 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-07-22 19:40:07 -0500 |
commit | 4c746b2173afc23200d41e59d5e483fe05596f3d (patch) | |
tree | bb6afb4ed46cb476f43d6a93e4688a269a14854e /.config/git | |
parent | 8efa34153f3eb1ebc87d037e6fde3c38b59b9c2d (diff) |
zsh, git: use gpg2
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
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 |