From: Joerg Woelke Date: Sat, 29 Aug 2009 15:24:49 +0000 (+0200) Subject: zshrc: Fix limg. X-Git-Tag: v0.3.75~7 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=87f7ba3507aa75f3213ed2bca9a524823bfbbf82;hp=ab21c2ef0af93edcbd744d82d17b68a56d378236;p=grml-etc-core.git zshrc: Fix limg. Remove listing of all files in directories given by argument. Parameters are ignored now. Acked-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index f604e02..2f69b22 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3350,7 +3350,7 @@ limg() { if [[ $#images -eq 0 ]] ; then print "No image files found" else - ls "$@" "$images[@]" + ls "$images[@]" fi }