Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to show _all_ settings
- X-seq: zsh-workers 22939
- From: Thorsten Kampe <thorsten@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: How to show _all_ settings
- Date: Tue, 31 Oct 2006 22:32:39 -0000
- Cc: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20061031.180644.74744097.Meino.Cramer@xxxxxx>
- Sender: news <news@xxxxxxxxxxxxx>
* Meino Christian Cramer (Tue, 31 Oct 2006 18:06:44 +0100 (CET))
> I want to dump _all_ settings (even those set ba default) of my zsh.
1. setopt; unsetopt
2. autoload -U allopt; allopt
3. set -o
Messages sorted by:
Reverse Date,
Date,
Thread,
Author