~kris/dots

srice

ref: 347c183a3d4728b74c9a3be765bb8e97386b2ae8 srice/.config/git/gitconfig-prose -rw-r--r-- 287 bytes
347c183a — Kris Yotam wallpapermenu: make CAPS call optional so it doesn't error where CAPS is absent 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:]]