X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=0d8b2900b7a6beb8339fd95b6d6b57027df45770;hb=ce4346fd748ece868fd3abe3787e3b4612493e3a;hp=1813b3d2f675adcee1766b1ef74d9f5dbed1068a;hpb=006fc86da47ff8808b433ce0bdb0fac2dc400f21;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 1813b3d..0d8b290 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2821,18 +2821,6 @@ sshot() { cd ~/shots ; sleep 5; import -window root shot_`date --iso-8601=m`.jpg } -# list images only -limg() { - local -a images - images=( *.{jpg,gif,png}(.N) ) - - if [[ $#images -eq 0 ]] ; then - print "No image files found" - else - ls "$images[@]" - fi -} - #f5# List files which have been accessed within the last {\it n} days, {\it n} defaults to 1 accessed() { emulate -L zsh