From 413ddaca26bfa125e2b8d2cc694931039f270de2 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 3 Mar 2022 10:47:37 +0000 Subject: Update polybar config and git config --- git/.gitconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'git/.gitconfig') 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 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 -- cgit