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

Re: No `you have running jobs.' message



> I've always liked the [t]csh behaviour of detaching jobs automatically
> (automatic nohup)... Having to use disown/nohup is a small annoyance.

tcsh is more complex than that.  It will nohup jobs run with &, but
upon exit will kill without warning any jobs that you suspend and
background.

Your annoyance can be alleviated by putting "setopt nohup"
in the appropriate startup file.



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