aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--dot.gitconfig4
-rw-r--r--dot.hgrc2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 558d83d..fd642c8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# qsuscs’ .dotfiles
+# qsx’ .dotfiles
Hi there! These are various config files for programs I use. You are free to
do with them whatever the ISC license permits (see LICENSE for details). I can
however only speak for my very own stuff, there are some files not written by
diff --git a/dot.gitconfig b/dot.gitconfig
index 9d30e78..c1ddb09 100644
--- a/dot.gitconfig
+++ b/dot.gitconfig
@@ -1,9 +1,9 @@
[include]
path = ~/.dotfiles/grml-etc-core/etc/skel/.gitconfig
[user]
- email = qsuscs@qsuscs.de
+ email = qsx@qsx.re
name = Thomas Schneider
- signingkey = 32583db1
+ signingkey = 95ee94a432583db1
[alias]
p = push
pl = pull
diff --git a/dot.hgrc b/dot.hgrc
index 7f0d114..e11770e 100644
--- a/dot.hgrc
+++ b/dot.hgrc
@@ -1,5 +1,5 @@
[ui]
-username = Thomas Schneider <qsuscs@qsuscs.de>
+username = Thomas Schneider <qsx@qsx.re>
[extensions]
rebase =
purge =