From aaa261694a977be4913a6c0507136422f35af2c6 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Thu, 5 Jan 2017 23:37:17 +0100 Subject: [PATCH] environment.etc: add per-user example --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ad03b5d6..5b17aa4c 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,16 @@ Either modify the existing file to source/import the one from `/etc/static` or r . /etc/foorc.local fi ''; + + # Global user configuration, symlink these to the appropriate file: + # $ ln -s /etc/static/per-user/lnl/gitconfig ~/.gitconfig + environment.etc."per-user/lnl/gitconfig" = '' + [include] + path = .gitconfig.local + + [color] + ui = auto + ''; } ```