Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: How to show _all_ settings



* 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