aboutsummaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-03 10:47:37 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-03 10:47:37 +0000
commit413ddaca26bfa125e2b8d2cc694931039f270de2 (patch)
tree2036cb7c621f47044dc29361d725394ea403436b /git
parent22dc0efc112aab7cccac887151a9b47bf06cb1d7 (diff)
downloaddotfiles-413ddaca26bfa125e2b8d2cc694931039f270de2.tar.gz
dotfiles-413ddaca26bfa125e2b8d2cc694931039f270de2.zip
Update polybar config and git config
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 61ee177..52597c9 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -9,7 +9,7 @@
[sendemail]
from = Yann Herklotz <git@yannherklotz.com>
smtpuser =
- smtpserver = "/usr/local/bin/msmtp"
+ smtpserver = "/usr/bin/msmtp"
smtpencryption = tls
chainreplyto = false
confirm = auto
@@ -22,3 +22,6 @@
[credential]
helper = store
+
+[init]
+ defaultBranch = main