From c41e0f25c80f1c04f99f0d491135c1566d4d55eb Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 24 Feb 2022 21:32:54 -0500 Subject: [PATCH 1/2] Updated HexChat replacement strings --- .config/hexchat/replace.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/hexchat/replace.conf b/.config/hexchat/replace.conf index 748d1e8..e37498c 100644 --- a/.config/hexchat/replace.conf +++ b/.config/hexchat/replace.conf @@ -97,3 +97,6 @@ CMD 🙄 NAME :rolleyes: CMD 🙄 +NAME B) +CMD 😎 + From 20f036cff3689b4816fa2e5787eb5c53af2d9bad Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 13 Jun 2022 15:03:09 -0400 Subject: [PATCH 2/2] Updated gitconfig for Fedora --- .gitconfig##d.Fedora | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig##d.Fedora b/.gitconfig##d.Fedora index 39b8323..8245a05 100644 --- a/.gitconfig##d.Fedora +++ b/.gitconfig##d.Fedora @@ -23,3 +23,7 @@ #helper = libsecret [gpg] program = gpg2 +[init] + defaultBranch = master +[pull] + rebase = false