--- a/gitconfig Sun Apr 21 22:28:30 2019 -0400
+++ b/gitconfig Mon Apr 22 13:16:39 2019 -0400
@@ -33,9 +33,10 @@
ci = commit
cm = commit -m
- d = "!sh -c 'git diff $* | nvim -R -' -"
- di = !git diff --cached | nvim -R -
+ d = diff
+ di = diff --cached
dl = "!f() { git diff \"$@\" | nvim -R -c 'set ft=diff' -; }; f"
+ dil = "!f() { git diff --cached \"$@\" | nvim -R -c 'set ft=diff' -; }; f"
co = checkout --recurse-submodules
id = rev-parse
--- a/stumpwmrc Sun Apr 21 22:28:30 2019 -0400
+++ b/stumpwmrc Mon Apr 22 13:16:39 2019 -0400
@@ -296,7 +296,7 @@
(define-top-keys ;; application shortcuts
- ("H-m" "exec st")
+ ("H-m" "exec st -f 'Ubuntu Mono:size=11:antialias=true:autohint=true'")
("H-\\" "pass-personal")
("H-b" "browser")
("H-o" "spotify")