dotfiles

Dash Eclipse's dotfiles
git clone git://ezup.dev/dotfiles.git
Log | Files | Refs | README | LICENSE

commit b947d1c0f5b49389cd9059531d867170401e8d48
parent 0639217a806c5e4ed527bc80d5e71765c1389585
Author: Dash Eclipse <dashezup@disroot.org>
Date:   Tue, 22 Mar 2022 22:13:20 +0000

refactor: gitconfig: update user.signingkey

Diffstat:
M.gitconfig | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitconfig b/.gitconfig @@ -1,7 +1,8 @@ [user] name = Dash Eclipse email = dashezup@disroot.org - signingkey = 277795766AFD1FB3 + # gpg --list-secret-keys --keyid-format=long + signingkey = 82C68EF1A42202D8 [commit] gpgsign = true [diff]