From 4bdd001fb110083c871d13a4eedf6f0568d0c403 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Tue, 17 Nov 2020 11:07:59 -0700 Subject: [PATCH] fix: unify around the zim git shortcuts, treailing x for delete BREAKING CHANGE this replaces existing commands --- git/gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index 6275642..3df5741 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -41,8 +41,8 @@ todo = grep --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *' pr = "!source ~/.githelpers && get_pr" - prd = "!source ~/.githelpers && del_pr" - brc = "!source ~/.githelpers && clean_branches" + prx = "!source ~/.githelpers && del_pr" + brx = "!source ~/.githelpers && clean_branches" lbr = for-each-ref --sort='-committerdate:iso8601' --format=' %(committerdate:iso8601)%09%(refname)' refs/heads [merge] tool = vimdiff