Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: No `you have running jobs.' message
- X-seq: zsh-users 2755
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: No `you have running jobs.' message
- Date: Tue, 30 Nov 1999 10:29:27 -0500
- In-reply-to: <19991130161438.A23971@xxxxxxxxxxxxxxxxxxxxxxx>; from roberto@xxxxxxxxxxxxxx on Tue, Nov 30, 1999 at 04:14:38PM +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <991128184113.ZM28661@xxxxxxxxxxxxxxxxxxxxxxx> <E11sPGr-00013R-00@xxxxxxxxxxxxxxxxxx> <19991130161438.A23971@xxxxxxxxxxxxxxxxxxxxxxx>
> 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