]> git.donarmstrong.com Git - home-base.git/commitdiff
add mrconfig to home-base
authorDon Armstrong <don@donarmstrong.com>
Sat, 5 Jan 2013 22:23:17 +0000 (14:23 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 5 Jan 2013 22:23:17 +0000 (14:23 -0800)
.mrconfig [new file with mode: 0644]

diff --git a/.mrconfig b/.mrconfig
new file mode 100644 (file)
index 0000000..77d7061
--- /dev/null
+++ b/.mrconfig
@@ -0,0 +1,6 @@
+[DEFAULT]
+git_gc = git gc "$@"
+jobs = 5
+
+include = cat ~/.config/mr/config.d/*
+include = test -d ~/.config/mr_private/config.d && cat ~/.config/mr_private/config.d/* || exit 0
\ No newline at end of file