summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-02-20 21:25:59 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-02-20 21:25:59 +0100
commit18fd3ee0621301c156fbf2ba69b0f314b81ec24b (patch)
tree5c49c1a567baeaac21b8f78ac7d06bf486f5ce50 /etc/.zshrc
parent6a7ee3f7722de16b95a3d6b3ef47346f8abb7a72 (diff)
Add pdftopng alias
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 2397599..d25e8aa 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -384,6 +384,8 @@ alias mate='decrement ~/stuff/$(cat /tmp/.location)/mateguthaben'
alias nb='newsbeuter'
alias nbr='newsbeuter -r'
+alias pdftopng='pdftoppm -png'
+
alias rd='rmdir'
alias rebuild='perl Build.PL && ./Build && ./Build test && sudo ./Build install'