Added latex cleaner and dock alias
This commit is contained in:
parent
f5b9664b6b
commit
d553cfd3a8
3
bash/latex
Normal file
3
bash/latex
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
alias tekclean='rm *.aux *.log *.pdf'
|
@ -4,6 +4,7 @@
|
|||||||
alias undock="$DOTWRYN/config/xserver/screenlayout/undock.sh";
|
alias undock="$DOTWRYN/config/xserver/screenlayout/undock.sh";
|
||||||
alias workdock="$DOTWRYN $HOME/.wryn/config/xserver/screenlayout/workdock.sh";
|
alias workdock="$DOTWRYN $HOME/.wryn/config/xserver/screenlayout/workdock.sh";
|
||||||
alias homedock="$DOTWRYN/config/xserver/screenlayout/homedock_hdmionly.sh";
|
alias homedock="$DOTWRYN/config/xserver/screenlayout/homedock_hdmionly.sh";
|
||||||
|
alias hdmidock="$DOTWRYN/config/xserver/screenlayout/hdmidock.sh";
|
||||||
|
|
||||||
# --- Note-taking facilitated ---------------------------------
|
# --- Note-taking facilitated ---------------------------------
|
||||||
NOTE_PATH='/Users/w0ryn/Documents/notes';
|
NOTE_PATH='/Users/w0ryn/Documents/notes';
|
||||||
|
Loading…
Reference in New Issue
Block a user