Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: filename completion question...



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