From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13393 invoked by alias); 5 Feb 2010 17:10:10 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27669 Received: (qmail 13712 invoked from network); 5 Feb 2010 17:09:58 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received-SPF: none (ns1.primenet.com.au: domain at klanderman.net does not designate permitted sender hosts) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19308.20198.797192.607014@gargle.gargle.HOWL> Date: Fri, 5 Feb 2010 12:01:26 -0500 From: Greg Klanderman To: Zsh list Subject: have '&' automatically disown? Reply-To: gak@klanderman.net X-Mailer: VM 8.0.12-devo-585 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid (i386-redhat-linux) Just wondering here.. I almost never use job control, and so almost always use '&!' for background commands. I was thinking it would be nice to not have to type all those '!'s.. but I don't see a setting to have '&' alone default to the disown behavior. Is there some way to do that which I've missed? thanks, Greg