bin/ack: ack v3.4.0
[dotfiles.git] / .gitconfig
index c5914a7332e6e652357cac0cb2e16cbacd4176b8..b783b86cae0d80749bb2c831efd9839a24e93bd1 100644 (file)
@@ -40,7 +40,8 @@
        filemode = true
        logallrefupdates = true
        whitespace = space-before-tab, trailing-space
-       excludesfile = ~/.gitignore_global
+       excludesfile = ~/.gitfiles/gitignore-global
+       attributesfile = ~/.gitfiles/gitattributes-global
        pager = diff-pager
 
 [interactive]
@@ -60,6 +61,7 @@
        ui = auto
 
 [color "diff"]
+       plain = 241
        meta = blue bold
        frag = magenta bold
        old = red bold
 
 [color "diff-highlight"]
        oldNormal = nobold
-       oldHighlight = red bold
+       oldHighlight = red bold 235
        newNormal = nobold
-       newHighlight = green bold
+       newHighlight = green bold black
 
 [push]
        default = matching
+
+[include]
+       path = .gitconfig.local