From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21706 invoked from network); 9 Jul 1997 17:53:17 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 9 Jul 1997 17:53:17 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id NAA10041; Wed, 9 Jul 1997 13:45:52 -0400 (EDT) Resent-Date: Wed, 9 Jul 1997 13:45:52 -0400 (EDT) Date: Wed, 9 Jul 1997 13:45:17 -0400 Message-Id: <9707091745.AA02190@ezdzit.zko.dec.com> From: Paul Lew To: zsh-workers@math.gatech.edu Subject: access jobs information X-Mailer: VM 6.32 under Emacs 19.34.2 Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Resent-Message-ID: <"Pkh8i1.0.qS2.Gvymp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3357 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I would like to add the current background job information to my prompt. I could not find an interface to do this, at least: jno=$(jobs | wc -l) RPROMPT="$jno" wont work. Any idea?