Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "embedded": tips for a small(er) zsh installation size?
- X-seq: zsh-users 17582
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: "embedded": tips for a small(er) zsh installation size?
- Date: Fri, 18 Jan 2013 11:29:46 +0000
- In-reply-to: <CAHwuDSDbE4Kq5Q+S5hL1VEJr-WxSQFg6=0YrBZNP14S_yTurQA@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
- Organization: Samsung Cambridge Solution Centre
- References: <CAHwuDSDEw6u7gcApnVXiH8jjmtdVmZcJoWSWC+_k7uw6H_gnMA@mail.gmail.com> <CAHwuDSDbE4Kq5Q+S5hL1VEJr-WxSQFg6=0YrBZNP14S_yTurQA@mail.gmail.com>
On Fri, 18 Jan 2013 11:54:11 +0100
Francisco Borges <francisco.borges@xxxxxxxxx> wrote:
> 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.
Editing config.modules is fine; it's designed for that. Set "auto=no"
in the line you are editing and it will be kept if the file is
regenerated.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author