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.personal | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 gitconfig.personal (limited to 'gitconfig.personal') diff --git a/gitconfig.personal b/gitconfig.personal deleted file mode 100644 index 092c2f1..0000000 --- a/gitconfig.personal +++ /dev/null @@ -1,3 +0,0 @@ -[user] - name = Franck Cuny - email = franck@fcuny.net -- cgit v1.2.3