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