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

Re: 3.0-pre1 odd behavior



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