Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
broken compctl zsh-2.6-beta13 --> 3.0pre2
- X-seq: zsh-users 303
- From: "Timothy J. Luoma" <luomat@xxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxxx
- Subject: broken compctl zsh-2.6-beta13 --> 3.0pre2
- Date: Wed, 17 Jul 96 14:52:31 -0400
- Organization: Princeton Theological Seminary
- Reply-to: luomat@xxxxxxxx
This worked fine in 'zsh-2.6-beta13' and broke in '3.0-pre2'
compctl -K allapps 'S[-]' -- run runun keys dwrite nxkeys inxkeys
startifneed
allapps ()
{
apppath=(`/usr/local/bin/gls /LocalApps /LocalApps/Admin
/LocalApps/Games /LocalApps/Internet /LocalApps/Mail
/LocalApps/Screen /LocalApps/Utilities /LocalApps/Monitors /NextApps
/NextAdmin /NextDeveloper/Apps /NextDeveloper/Demos | sort -u |
grep .app$ | sed 's/\.app$//'`)
reply=$apppath;
}
Anyone know why?
Also, starting in '3.0pre2' $ZSH_NAME reports "zsh" which is truly
unhelpful.
back to zsh-2.6-beta13 I go....
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author