From a10faf5068a4fbca41200a590d421c584c06cfd0 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 16 Oct 2018 09:33:11 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5dcdf2f..e8278e1 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,7 @@ rm -r $TMPDIR ## Alias alias config='git --git-dir="$HOME/.cfg/" --work-tree="$HOME"' + +## References + +This is partly based on the [solution presented on HN](https://news.ycombinator.com/item?id=11071754).