Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Observe what profiles are loaded?
- X-seq: zsh-users 24231
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Peng Yu <pengyu.ut@xxxxxxxxx>
- Subject: Re: Observe what profiles are loaded?
- Date: Fri, 6 Sep 2019 13:29:01 -0700
- Cc: zsh-users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=qWE3Q/6wkPos9f5UkZ50VQgnYIsVCb6KkL+cheKKmY8=; b=zqtSaqTi36noObiuBamSz3dmzoYm0JmsRKtIkcMCQBwsDlLbY4ZpDTlVWtvvOwN1E2 vwI2uy0svhri98uzsgNQeLehaFgyFVdieidnRn9liNaVrdsaqGRXSjQTMlxTKX7IZwas iU2w4faOIsvsZtI4nWSgW7yFqd+bzzsaLWhZYJfRGoHo2B52M88zbBtm3Lgf2vt3+OQG 8TlPk8KStNiLcYHd8Tsjg6SxF/psy2LlJVCaZt4juCkzxbiRl6bzzpWyn6nLKrl1eQ1S F7fskspWj3QRF6FaCrSrJgQdr8qwVskHb2BcfBsl101hOo452VjF1AT88sfVVDOP9p0t 8L1g==
- In-reply-to: <CABrM6wm2QqiRz=VH7P5U5guXG_y-245ms=-sw9cF40PmdhnRNQ@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>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CABrM6wnqGu+yaQAg3hfvhYaG0OKvAL0svbqRD1ZHsKAnzcRP1g@mail.gmail.com> <CAH+w=7a5xLs29TGmiGvuzmx2N3jKoP-eZk7DNupoC7TGTL=t9w@mail.gmail.com> <20190906181450.GA61162@eeyore.my.domain> <CABrM6wm2QqiRz=VH7P5U5guXG_y-245ms=-sw9cF40PmdhnRNQ@mail.gmail.com>
On Fri, Sep 6, 2019 at 11:45 AM Peng Yu <pengyu.ut@xxxxxxxxx> wrote:
>
> I don't follow the documentation of `-o`. Could you please explain
> what it means?
If you read "man zshoptions" you'll see that every option has a long
name (e.g., AUTO_CD or SOURCE_TRACE or XTRACE etc.), and a subset of
options also have a "single letter option" (prefixed by a hyphen).
The long name is for use with "setopt" and the single letter is for
use either with the builtin "set" command or as startup options to the
"zsh" invocation itself. In the event that you want to pass to "zsh"
an option that does not have a "single letter" variation, you can use
"zsh -o name" where "name" is the long name of the option; in the
current example: "zsh -o SOURCE_TRACE".
Messages sorted by:
Reverse Date,
Date,
Thread,
Author