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 }