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'