]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: remove core.pager and pass -FRSX in env
[dotfiles.git] / .gitconfig
index b3e81d7b57c30205123d0c285b47ee2d2843e0ac..4a411ea5a43ba005fcdb3111908a3989f7d2e440 100644 (file)
@@ -20,7 +20,7 @@
        stb = status --short --branch
        unstage = reset HEAD --
        wdiff = diff --word-diff
-       wshow = show --word-diff
+       wshow = show --word-diff --decorate
 
 [branch]
        autosetuprebase = always
@@ -88,9 +88,6 @@
        untracked = red
        updated = magenta
 
-[core]
-       pager = less -FRSXgimq
-
 [log]
        abbrevCommit = true