Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 3.0-pre1 odd behavior
- X-seq: zsh-workers 1523
- From: Clint Olsen <olsenc@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: 3.0-pre1 odd behavior
- Date: Wed, 03 Jul 1996 10:26:52 -0700
- In-reply-to: Your message of "Wed, 03 Jul 1996 10:15:23 PDT." <960703101524.ZM1808@xxxxxxxxxxxxxxxxxxxxxxx>
On Wed, 3 Jul 1996 10:15:23 -0700, "Bart Schaefer" writes:
>
> zsh -l # Dash-ell, makes zsh a login shell
> zsh -1 # Dash-one, turns on printexitvalue
>
> The only other possibility is that some /etc/zsh* file is setting the
> option for you.
Well, I was doing a setopt -1 to turn on NO_CLOBBER, but apparently the
keybindings have changed!
>From 2.6.beta11:
NO_CLOBBER (-1)
Prevents > redirection from truncating existing files. >!
may be used to truncate a file instead. Also prevents >>
from creating files. >>! may be used instead.
>From 3.0-pre1:
PRINT_EXIT_VALUE (-1)
Print the exit value of programs with non-zero
exit status.
It would be nice if the features in ZSH weren't so fluid between versions.
-Clint
Messages sorted by:
Reverse Date,
Date,
Thread,
Author