From 7967a46e74aef7cf89a5b630bdf0f3b31ca088d7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 28 Feb 2009 21:19:10 +0100 Subject: rtab: Follow symlinks [Wayne Davison @ zsh-workers] --- etc/functions/rtab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/functions') diff --git a/etc/functions/rtab b/etc/functions/rtab index 8a5bc09..7276974 100755 --- a/etc/functions/rtab +++ b/etc/functions/rtab @@ -89,7 +89,7 @@ tree=(${(s:/:)dir}) until [[ (( ${#expn} == 1 )) || $dir = $expn || $i -gt 99 ]] do (( i++ )) part+=$dir[$i] - expn=($(echo ${part}*(/))) + expn=($(echo ${part}*(-/))) (( short )) && break done result+="/$part" -- cgit v1.2.3