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

Re: not killing apps started in a zsh



> I just beging to use zsh, I have noticed that zsh send the kill signal
> to all the applications started
> from this zsh, that is not the case with other shell. So I would like to
> know a parade to this.

>From zshoptions(1)

       HUP <Z>
              Send the HUP signal to running jobs when the  shell
              exits.

So you can put 'setopt nohup' in your startup files to avoid
this behavior.  Another solution is to 'disown' your jobs before
exit.



Messages sorted by: Reverse Date, Date, Thread, Author