X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=a4adfdd7c8523b62eeb70b2509e0ce633c4a7aa7;hb=b72d908b1b136820a113c2a01da79393cf331678;hp=ee7688fce18aba19dca35552858b7e444da6a068;hpb=0e94a5d29a3957ce97fcf452558ee9a57b4fb40a;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index ee7688f..a4adfdd 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -976,7 +976,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" && return 1 + [ -z "$1" ] && printf 'Usage: %s \n' "$0" && return 1 for i in "$@" ; do file=$i while [ -h "$file" ] ; do