Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problems with zsh's job control and running jobs
- X-seq: zsh-users 15353
- From: Haakon Riiser <haakon.riiser@xxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Problems with zsh's job control and running jobs
- Date: Thu, 2 Sep 2010 15:47:47 +0200
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I've used zsh for years now, and since the beginning, I've been annoyed
by the way it handles running jobs. What I want is basically to
make the "&" operator behave like "&!".
I want to be able to suspend jobs using ^Z, so I can't set NO_MONITOR.
I want zsh to warn me if I try to log out when there are suspended jobs,
so I can't set NO_CHECK_JOBS.
Is there a way to make zsh differentiate between running and
suspended jobs? That is, make it so that CHECK_JOBS only looks for
suspended jobs, not running ones?
If not, is it possible to make "&" disown jobs by default? I don't
want to retrain myself to use "&!" because I don't always use zsh,
and the &! syntax is not valid in other shells.
--
Haakon
Messages sorted by:
Reverse Date,
Date,
Thread,
Author