From 0e94a5d29a3957ce97fcf452558ee9a57b4fb40a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 13 Apr 2007 17:44:16 +0200 Subject: [PATCH] /etc/zsh/zshrc: fix function sll --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 24e979b..ee7688f 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" && exit 1 + [ -z "$1" ] && printf 'Usage: %s \n' "$0" && return 1 for i in "$@" ; do file=$i while [ -h "$file" ] ; do -- 2.1.4