Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: filename completion question...
- X-seq: zsh-users 443
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxx>
- To: john.cooper@xxxxxxxxxxx (John S Cooper)
- Subject: Re: filename completion question...
- Date: Fri, 18 Oct 1996 23:39:15 +0200 (MET DST)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <199610182007.NAA00811@xxxxxxxxxxxxxxxxxxx> from John S Cooper at "Oct 18, 96 01:07:43 pm"
- Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary
- Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368
John S Cooper wrote:
>
> I'm able to complete this:
>
> $ LD_LIBRARY_PATH=~/sdtm<TAB> # works
>
> .. but not this:
>
> $ export LD_LIBRARY_PATH=~/sdtm<TAB> # fails
Try
compctl -qv -S '=' -x 'N[-1,=]' -f -- export
> Anyone know how to fix this? I'm using zsh 3.0.0 under Solaris 2.6 .
is Solaris 2.6 already out? I thought 2.5.1 is the latest version. You
work at SUN so I suppose it is just an internal release.
Zoltan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author