Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: zsh-3.1.5-pws-9: _path_files and symbolic links
- X-seq: zsh-workers 5507
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: zsh-3.1.5-pws-9: _path_files and symbolic links
- Date: Wed, 24 Feb 1999 16:33:40 +0300
- Importance: Normal
- In-reply-to: <199902241325.OAA27340@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> I can't reproduce this with my patched version of pws-9 and the
> original completion shell functions.
My mistake. I meant, new completion:
setopt extendedglob
[[ -f ~/.zsh/completion/init ]] && source ~/.zsh/completion/init
Is there anything else starting
> with `u' in `/' or something else that might make this fail?
bor@itsrm1:~/src/zsh-3.1.5-pws-9%> ls -Fd /u*
/u/ /unix* /unix.old* /usr/ /utmp/
/usr is shown as directory, but it looks like a bug in ls.
ls -F / =>
... usr@ ...
/u is NFS mounted.
cheers
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author