Added latex cleaner and dock alias

This commit is contained in:
Wryn Wagner
2019-12-02 10:19:25 -07:00
parent f5b9664b6b
commit d553cfd3a8
2 changed files with 4 additions and 0 deletions

3
bash/latex Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
alias tekclean='rm *.aux *.log *.pdf'