feat: simpler zsh, tex/gitcommit vi conf, cleanup

This commit is contained in:
AngeD 2022-12-27 22:20:12 +01:00
parent 62d5b1d6d0
commit 6209d7889d
9 changed files with 23 additions and 95 deletions

View file

@ -3,10 +3,10 @@ set -e
usage() {
echo "USAGE: $0 FILE.pdf"
exit 0
exit
}
if [ "$1" == '-h' ] || [[ "$1" != *.pdf ]]; then
if [ "$1" != *.pdf ]; then
usage
fi