From 9e3fa3385d53f60484e703d3865a73c5e6c70aa5 Mon Sep 17 00:00:00 2001 From: phga Date: Tue, 9 Feb 2021 01:15:52 +0100 Subject: [PATCH] fix: git user name toerd -> phga --- fresh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fresh.sh b/fresh.sh index d01a08e..9141355 100755 --- a/fresh.sh +++ b/fresh.sh @@ -222,7 +222,7 @@ set_pacman_config() { set_git_config() { sudo -u $uname git config --global user.email "philipg@posteo.de" - sudo -u $uname git config --global user.name "toerd@"$(hostname) + sudo -u $uname git config --global user.name "phga" sudo -u $uname git config --global credential.useHttpPath true # sudo -u $uname git config --global credential.helper /usr/bin/pass-git-helper }