From 6708c4a4fae5f4f9d260467b6c8fc02920928095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Thu, 15 Sep 2016 13:45:49 +0000 Subject: [PATCH] Add git autocorrect setting --- setup_scripts/fedora.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_scripts/fedora.sh b/setup_scripts/fedora.sh index bc1551e..dbebf9a 100755 --- a/setup_scripts/fedora.sh +++ b/setup_scripts/fedora.sh @@ -11,6 +11,7 @@ function config_git { git config --global user.email $mail git config --global gpg.program gpg2 git config --global commit.gpgsign true + git config --global help.autocorrect 50 git config --list } function install_software {