Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
"embedded": tips for a small(er) zsh installation size?
- X-seq: zsh-users 17581
- From: Francisco Borges <francisco.borges@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: "embedded": tips for a small(er) zsh installation size?
- Date: Fri, 18 Jan 2013 11:54:11 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=eHJ8gjL32OHQlua1/sFxWNWOJNRnaauo8xSLODNI/NE=; b=xhl+g0J5EvtODcDSJl0z7KVpotEL3L1CiY/GLLaeBSkf4h1wIhjkAcly/VZyUPsgWh NiZyNNf2HL+8DyFXroz95mXGdgtnN7EjwdeGewRJv618aZ6o25BydB8Z2tYwt5gRQOdX duPGCWw3AC0+wD94N/DUpXuwEJJLurPjYxaxuklxPEHyL9GjSmjCiiTDmtL2187ObMZK gWFbPLWQh1tYbyp8AytQsaQ3oqUZUb6bUZuO4wQzunSBeSt8zrhddi3bbi/+IhH7ApMt FsmoYiwk++EsJ7MarKvDpjbelak3HxvjUAT2chPJFNR8gRpvy4T+5JW1+oH1Hlbf+rcy 67xw==
- In-reply-to: <CAHwuDSDEw6u7gcApnVXiH8jjmtdVmZcJoWSWC+_k7uw6H_gnMA@mail.gmail.com>
- 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
- References: <CAHwuDSDEw6u7gcApnVXiH8jjmtdVmZcJoWSWC+_k7uw6H_gnMA@mail.gmail.com>
Hi,
I created zsh package for OpenWrt. So far so good. I already have an "ipk"
file that installs and runs properly in my router.
My package installs /bin/zsh and /usr/share/zsh/5.0.2/functions.
Right now I am installing all completion functions but that is an overkill.
For instance, I really do not need "Completion/AIX" for one. Is there any
simple way to turn off the installation of these?
I believe running a clever sed on "config.modules" would work, but it looks
like a hack.
Any other tips on shrinking installed size?
--
Francisco
Messages sorted by:
Reverse Date,
Date,
Thread,
Author