From d553cfd3a81b9f0becc3b41bbf8c1c2ccaf50076 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Mon, 2 Dec 2019 10:19:25 -0700 Subject: [PATCH] Added latex cleaner and dock alias --- bash/latex | 3 +++ bash/utility | 1 + 2 files changed, 4 insertions(+) create mode 100644 bash/latex diff --git a/bash/latex b/bash/latex new file mode 100644 index 0000000..d8c5636 --- /dev/null +++ b/bash/latex @@ -0,0 +1,3 @@ +#!/bin/bash + +alias tekclean='rm *.aux *.log *.pdf' diff --git a/bash/utility b/bash/utility index c58881f..1104c57 100644 --- a/bash/utility +++ b/bash/utility @@ -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';