X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=24e979b2b8911dd4850f5bef607c3065db3c1231;hb=dfc4fb72649668ce8f919eb947102cab3f5af607;hp=ee18d7ceed946ebfca3aea3582ff24bf9f829382;hpb=91d0835c1d20d697870290fa97f45b5794d17cf7;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index ee18d7c..24e979b 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -977,7 +977,7 @@ If you want to use xinit anyway please call \"/usr/bin/xinit\"." # list symlinks in detail (more detailed version of 'readlink -f' and 'whence -s') sll() { [ -z "$1" ] && printf 'usage: %s \n' "$0" && exit 1 - for i in $* ; do + for i in "$@" ; do file=$i while [ -h "$file" ] ; do ls -l $file