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'

View File

@ -4,6 +4,7 @@
alias undock="$DOTWRYN/config/xserver/screenlayout/undock.sh";
alias workdock="$DOTWRYN $HOME/.wryn/config/xserver/screenlayout/workdock.sh";
alias homedock="$DOTWRYN/config/xserver/screenlayout/homedock_hdmionly.sh";
alias hdmidock="$DOTWRYN/config/xserver/screenlayout/hdmidock.sh";
# --- Note-taking facilitated ---------------------------------
NOTE_PATH='/Users/w0ryn/Documents/notes';