aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index de48e4c..b082230 100644
--- a/.zshrc
+++ b/.zshrc
@@ -377,6 +377,12 @@ loop() {
done
}
+# CTAN downloader
+
+ctand() {
+ wget http://mirror.ctan.org/macros/latex/contrib/$1.zip && unzip $1.zip
+}
+
# For formating text files for a printer
fmtpr() {
fmt --width=62 $@ | LC_ALL=C LANG=C pr -o 10 -W 62 -J -F -l 62