fix: unify around the zim git shortcuts, treailing x for delete

BREAKING CHANGE this replaces existing commands
This commit is contained in:
2020-11-17 11:07:59 -07:00
parent d02733bff1
commit 4bdd001fb1

View File

@@ -41,8 +41,8 @@
todo = grep --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *' todo = grep --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *'
pr = "!source ~/.githelpers && get_pr" pr = "!source ~/.githelpers && get_pr"
prd = "!source ~/.githelpers && del_pr" prx = "!source ~/.githelpers && del_pr"
brc = "!source ~/.githelpers && clean_branches" brx = "!source ~/.githelpers && clean_branches"
lbr = for-each-ref --sort='-committerdate:iso8601' --format=' %(committerdate:iso8601)%09%(refname)' refs/heads lbr = for-each-ref --sort='-committerdate:iso8601' --format=' %(committerdate:iso8601)%09%(refname)' refs/heads
[merge] [merge]
tool = vimdiff tool = vimdiff