From 972d7921f19b7edd6e08bac56d73d6aff437614c Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 28 Nov 2011 22:23:46 +0100 Subject: [PATCH 1/1] zshrc: Remove genthumbs Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 6b30222..6cad0f8 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3369,24 +3369,6 @@ mkiso() { mkisofs -o ~/$iso -A $volume -allow-multidot -J -R -iso-level 3 -V $volume -R $files } -#f5# Simple thumbnails generator -genthumbs() { - rm -rf thumb-* index.html - echo " - - - Images - - " > index.html - for f in *.(gif|jpeg|jpg|png) ; do - convert -size 100x200 "$f" -resize 100x200 thumb-"$f" - echo " " >> index.html - done - echo " - -" >> index.html -} - #f5# Set all ulimit parameters to \kbd{unlimited} allulimit() { ulimit -c unlimited -- 2.1.4