Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Truncate $functions
- X-seq: zsh-users 21292
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Truncate $functions
- Date: Mon, 15 Feb 2016 09:11:16 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=fdzmBS2cK5GwtG8Yxkdww8Kn9AGFtIPOkb93EYp0Glg=; b=QmlF7kXjS5V+gq67As8uW7JbYznZOIfEEusjbT1psqZ0STo7i3KMy1o1Oym6JVt2bW vbIgrLJ5ELBAZlr83u+XC71wWhby5jLVCwoQ1EujSA2RgfdxQxQ9QhAhymR0Ka/djkQ8 iZwDRm5wPma7b89wuHOqjow+sQXodi+gXFS47JLW4D3PwKnteZT4HbmgJUO6M+bsZCE5 gbIq3YULypD8HhpbFkFR10PmgtqDUVpq2/gMqugEqCbpsjTbGuL0LycuzDuPaLfo3x1K MpptdA1A5rHj2AdrJsDsuCKtL+mB8IFjnwFoMBooKJFIDXXj5tvkfHscpvpxuXv8MM9O Nr/w==
- In-reply-to: <CAKc7PVBFD0h6ovynoTCkBmR3Z+cfQv_bs2-AOfc_4sfDAwP7ow@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: <CAKc7PVBFD0h6ovynoTCkBmR3Z+cfQv_bs2-AOfc_4sfDAwP7ow@mail.gmail.com>
On Feb 15, 8:55am, Sebastian Gniazdowski wrote:
}
} tried functions=( a b ), set -A functions ( a b ), unset functions but
} all don't truncate functions.
The functions array is special, you can't muck with it that way. You need
unfunction -m \*
Messages sorted by:
Reverse Date,
Date,
Thread,
Author