summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
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'