~kris/dots

srice

ref: 9f828eb14bdd54d2c4fd8a3b2c90253021df3152 srice/.config/git/gitconfig-prose -rw-r--r-- 287 bytes
9f828eb1 — Kris Yotam mksh: backslash-escape commands in history hook to bypass module aliases (wc=tokei, tr=transmission-remote, cat=bat) 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
[alias]
    wdiff = diff --word-diff=color
    wlog = log --oneline --all --graph
    last = diff HEAD~1 --word-diff=color
    snap = "!git commit -am \"snapshot $(date +%Y-%m-%d_%H:%M)\""
    drafts = branch --list 'draft-*'

[diff "markdown"]
    wordRegex = [a-zA-Z0-9]+|[^[:space:]]