.vim: vim-plug @d1c19a6
[dotfiles.git] / .gitconfig
index ef100549b640a05e9cb539276247e662ff03c365..b783b86cae0d80749bb2c831efd9839a24e93bd1 100644 (file)
@@ -17,7 +17,7 @@
        out          = !git-outgoing
        # Branch helpers
        bd           = !git-branch-dates
-       bv           = !git branch --color -vv
+       bv           = !git-branch-dates -v
        cv           = !git-cherry-view
        # Diff helpers
        df           = diff
        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]
+       diffFilter = diff-filter
 
 [diff]
        renames = copies
@@ -56,6 +61,7 @@
        ui = auto
 
 [color "diff"]
+       plain = 241
        meta = blue bold
        frag = magenta bold
        old = red bold
        untracked = blue bold
 
 [color "diff-highlight"]
-       oldNormal = red bold
-       oldHighlight = red bold 52
-       newNormal = green bold
-       newHighlight = green bold 22
+       oldNormal = nobold
+       oldHighlight = red bold 235
+       newNormal = nobold
+       newHighlight = green bold black
 
 [push]
        default = matching
+
+[include]
+       path = .gitconfig.local