diff options
author | luxagraf <sng@luxagraf.net> | 2022-12-12 10:28:32 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2022-12-12 10:28:32 -0600 |
commit | 93830da481aa5c85799767d6617f5a0e88392fca (patch) | |
tree | 67b123dc3032b20afcf3bcc4b0448d901077f0f1 /.gitconfig | |
parent | f181bfe1db0bee1b30f1a33c733336807feed28e (diff) |
dell: brought X11 setup up to par with swaydell
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..357500b --- /dev/null +++ b/.gitconfig @@ -0,0 +1,7 @@ +[user] + email = sng@luxagraf.net + name = luxagraf +[gpg] + program = gpg2 +[pull] + rebase = false |