From 0454a3536bdef1657510faa1e472fc5aa9d518a7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Jan 2021 19:47:49 -0800 Subject: git: store configuration under XDG_CONFIG_HOME Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there. --- gitconfig | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 gitconfig (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig deleted file mode 100644 index 02ec952..0000000 --- a/gitconfig +++ /dev/null @@ -1,22 +0,0 @@ -[color] - ui = true - -[push] - default = simple - -[core] - whitespace = trailing-space,space-before-tab - excludesfile = ~/.gitignore - -[branch] - autosetuprebase = remote - -[include] - path = ~/.gitconfig.private - -[http] - postBuffer = 524288000 - -[alias] - s = status --short --branch - amend = commit --amend --no-edit -- cgit 1.4.1