Added afci

This commit is contained in:
Austen Adler 2016-04-14 13:23:57 -04:00
parent fc611784ce
commit 3dcd9c9a33

View File

@ -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'