diff options
author | Jon Bernard <jbernard@tuxion.com> | 2011-10-30 23:27:17 -0400 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2011-11-01 09:21:39 -0400 |
commit | 4584eb5790d42092ba1d3965ae987fef7b4d8c43 (patch) | |
tree | dda86e37f15d10a8a1373448c4996774a500415b /AUTHORS.rst | |
parent | 6aec9c0e3c3e8a5e7718f5c34bb620462cb724f3 (diff) | |
download | dotfiles-4584eb5790d42092ba1d3965ae987fef7b4d8c43.tar.gz dotfiles-4584eb5790d42092ba1d3965ae987fef7b4d8c43.tar.bz2 dotfiles-4584eb5790d42092ba1d3965ae987fef7b4d8c43.zip |
Add support for in-repo configuration files
In addition to parsing .dotfilesrc in the user's home directory, also look for
that file inside the repository. This allows you to keep your repository and
it's settings together.
Closes: #1
Diffstat (limited to 'AUTHORS.rst')
-rw-r--r-- | AUTHORS.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst index a183cc8..dc83965 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -1,7 +1,7 @@ Dotfiles is written and maintained by Jon Bernard and various contributors: -Development Lead -```````````````` +Development +``````````` - Jon Bernard <jbernard@tuxion.com> @@ -11,3 +11,4 @@ Patches and Suggestions - Anaƫl Beutot - Remco Wendt <remco@maykinmedia.nl> +- Sebastian Rahlf |