diff --git a/.gitconfig b/.gitconfig index a64e2c6..7988ef1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,3 +12,12 @@ path = firefox-developer-edition [instaweb] httpd = webrick +[core] + editor = nano +[credential] + helper = /usr/lib/git-core/git-credential-libsecret +[sendemail] + smtpEncryption = tls + smtpServer = smtp.gmail.com + smtpUser = arti.zirk@gmail.com + smtpServerPort = 587