summaryrefslogtreecommitdiff
path: root/Functions
diff options
context:
space:
mode:
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Chpwd/cdr2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Chpwd/cdr b/Functions/Chpwd/cdr
index 551710499..d4e6ffaaf 100644
--- a/Functions/Chpwd/cdr
+++ b/Functions/Chpwd/cdr
@@ -291,7 +291,7 @@ if (( list )); then
dirs=($reply)
for (( i = 1; i <= ${#dirs}; i++ )); do
print -n ${(r.5.)i}
- print -D ${dirs[i]}
+ print -r ${(D)dirs[i]}
done
return
fi