Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Zsh completion configuration LISTMAX
- X-seq: zsh-users 17647
- From: joe M <joe9mail@xxxxxxxxx>
- To: zsh-users@xxxxxxx, zsh-workers@xxxxxxx
- Subject: Zsh completion configuration LISTMAX
- Date: Tue, 26 Feb 2013 03:20:58 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=y2S5dTLDm+HlqLxHNtwi6GBTIrFPpvXS6XbBpkGdrRA=; b=OXA7pmPTGUxLLIwCm4aflUCbvuvxXaN3huT3+BSlfLpbN9f9dvydIytR04q+yWRcHY gEGmXoIZS17lhxyxpRRCmeyAmOSA3JhjioqadZNQ8tgROSHRBuBDH0qIOXk1Oei5odRK u+tMuW6GgXWl9DpjQSKipZ1sShAkJv90AeDUrlXgtCIGVzWzocCwbsvHcJe1lFTFHRTm xLziXU18mZTD/yjZKvtStL2AauWR7CfuIRfa6M/K77dEc83JuSn/mqdf8D78kvj3vY17 zievyT9kXy13NmFUxlj5XF3F5Gaq+oeqNdxCLNKyWOkwL/svb29OCVoXZSJWecUwkaYn GBUA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello,
I am trying to figure out how to limit the number of entries shown in
a list by the completer. I exported LISTMAX=50 and I can see it in the
shell with "echo $LISTMAX".
But, for some reason, the lists are a lot bigger than that.
Any suggestions on what else I can do?
Thanks
Joe
Messages sorted by:
Reverse Date,
Date,
Thread,
Author