From a0f29506b878371786b6a3370dd70d913b67cf1b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 13 Nov 2019 09:06:56 +0100 Subject: [PATCH] Add the pass alias I use `pass git` a lot, but out of habit i often type it as `git pass`. --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 332abb2..0e77373 100644 --- a/config +++ b/config @@ -16,6 +16,7 @@ show-tracked-ignored = !\ncd \"${GIT_PREFIX}\" &&\nuntracked_list=$(git rev-parse --git-dir)/ignored-untracked.txt &&\ngit ls-files -o -i --exclude-standard >\"${untracked_list}\" &&\nGIT_INDEX_FILE=\"\" git ls-files -o -i --exclude-standard | grep -Fvxf \"${untracked_list}\" &&\nrm -rf \"${untracked_list}\" verify = diff ORIG_HEAD HEAD serve = "daemon --verbose --export-all --base-path=. --reuseaddr $@ ." + pass = !exec pass git [branch] autosetuprebase = always [color]