Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Array assignment? Funny prompt magic?
- X-seq: zsh-users 13575
- From: "Webb Sprague" <webb.sprague@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Array assignment? Funny prompt magic?
- Date: Wed, 10 Dec 2008 08:12:32 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=TvptX4PGFualveFHnlG1UDbHMkf93fJsKzrnXwnYby0=; b=lFmxB3Gh6UBqmo7otqwIS35igY6j4EW8KpnIbbthnPgU05yrIptX9Ldtw+Su/G2p7G vh6HNiWHqXBdBC0LOqgh1bI1UZP25yrIxFLZ0boQcNtH141j5V4Nc2v5O0b9ZbvKxTHC +HPIax9R90Xj244qtasvYqCTioGsfudW70DBo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=NPQeZD5INyL1BZRz8nNgBjkX+ZOM/LEfZh76g07RfktB8VnIODJUkPL6QTrgF7QBXG twFNUQcLkKl4OmPbesVZ529c+zGuyx6qpkXtztTxp4/BLLNBTQn8gQEmFuLVrZnlWcmm rZnX5/1LXUE/Oaq2F4GWypVzEfVed9wagXuuU=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
HI all,
(II know I should be digging through the docs, but this is so easy and
I get such great answers!)
(1) Is x=($y) the correct way to assign an array to x? I worry that
first $y gets converted to text, then mangled with ().
(2) Is there a way to set the names of the background processes for
the prompt? I use %j to count the number of them, but a list that
goes like "%vim, %vim, %man" (or some such) would be great. My
analogy is to completing backrounded jobs with "fg <TAB>"
Thanks again! Zsh rocks!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author