diff options
| author | Franck Cuny <franck@fcuny.net> | 2021-01-04 19:47:49 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2021-01-04 19:47:49 -0800 |
| commit | 0454a3536bdef1657510faa1e472fc5aa9d518a7 (patch) | |
| tree | e2b561ea5d6acc2b368641b57abab8ee5fd9dd9c /config/git/user.work | |
| parent | make: split between Darwin and Linux (diff) | |
| download | emacs.d-0454a3536bdef1657510faa1e472fc5aa9d518a7.tar.gz | |
git: store configuration under XDG_CONFIG_HOME
Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the
configuration files there.
Diffstat (limited to 'config/git/user.work')
| -rw-r--r-- | config/git/user.work | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/git/user.work b/config/git/user.work new file mode 100644 index 0000000..d95b398 --- /dev/null +++ b/config/git/user.work @@ -0,0 +1,3 @@ +[user] + name = Franck Cuny + email = fcuny@twitter.com |
