Update README.md

This commit is contained in:
Tobias Schmidl 2018-10-16 09:33:11 +02:00 committed by GitHub
parent f64e60f5be
commit a10faf5068
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).