Compare commits

..

No commits in common. "2dc1e241c7490d5863ef5cd30d83f8dbfabf14e4" and "c46c21b662bcdec9f40360edc24138bfcb7c2de7" have entirely different histories.

2 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
config/alacritty/current-theme.toml

View File

@ -1,11 +1,11 @@
[user]
email = "redacted@example.org"
name = "redacted"
signingkey = "redacted"
email = redacted@example.org
name = redacted
signingkey = redacted
[commit]
gpgsign = true
[gpg]
program = "/usr/bin/gpg"
program = /usr/bin/gpg
[rebase]
autostash = true
autosquash = true
@ -13,6 +13,6 @@
rebase = true
autostash = true
[format]
pretty = "oneline"
pretty = oneline
[alias]
logv = "log --pretty=full --show-signature"
logv = log --pretty=full --show-signature