feat: simpler zsh, tex/gitcommit vi conf, cleanup
This commit is contained in:
parent
62d5b1d6d0
commit
6209d7889d
9 changed files with 23 additions and 95 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue