From 3dcd9c9a333c5c07c2014767153781c705c2b9c6 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Thu, 14 Apr 2016 13:23:57 -0400 Subject: [PATCH] Added afci --- shells/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/zshrc b/shells/zshrc index 31d1c33..e388958 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -66,6 +66,7 @@ dedir(){ fi rmdir "$1" } +alias afci='git x ./autoformat.sh;git add --all;git commit -m "Autoformatted"' alias cpatch='diff -crB' alias capatch='patch --dry-run -p1 -i' alias apatch='patch -p1 -i'