diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-06 16:01:18 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-06 16:01:18 +0000 |
commit | dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4 (patch) | |
tree | 8adafc6ea84f9a9e1dff5ec5d48a7d57abae5855 /Doc/Zsh | |
parent | da037f7393b55680ad913d96affd157fe0ab550a (diff) | |
download | zsh-dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4.tar.gz zsh-dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4.tar.xz zsh-dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4.zip |
24951: implement ZLS_COLORS ln=target
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_complist.yo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index 9d3e68dc9..f918a4345 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -37,7 +37,9 @@ item(tt(di 32))( for directories ) item(tt(ln 36))( -for symbolic links +for symbolic links. If this has the special value tt(target), +symbolic links are dereferenced and the target file used to +determine the display format. ) item(tt(pi 31))( for named pipes (FIFOs) |