Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: history formatting a la iPython
- X-seq: zsh-users 13248
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "sam reckoner" <sam.reckoner@xxxxxxxxx>
- Subject: Re: history formatting a la iPython
- Date: Fri, 19 Sep 2008 02:18:35 +0200
- Cc: zsh-users@xxxxxxxxxx
- 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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=cSzatZBW7Ei3PYVU5FN1RhuorWYeqTkrZAtfCVwjS9c=; b=l1Ln/OZDcjVzIV7X5RbfAIM/ls5w5lhsmUP96Mts8eVzCZGcv2rOqznq0ybovj9Z4F GeN1r406u0eWrxQoPo+F+ihu5LaCMknVhC8fbP4pXwWETCplCwGCMpUABcENPBLcASlA 0dbfzT7G+1q13j+UShBaiM8cXQENeDE6sXZbU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=qq5sOt2Plkj9PsHLBDgOgFRzdIwN0JB8zyrS/fjCMS9M6dJy4U/bF4Yrtyd9OyksAW SMP/OLWb2O8lFZOfCyBehUR+I90xiKcyfNBPnM09jz3D6fZ1oOG7CjnZOax5IF7RMoPn VJP9PB2wzKrVTCgAF9nw9RcFmsfQMAKpIBmoU=
- In-reply-to: <6a42eec70809171617w3ec08a0by216e73827b08f55f@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <6a42eec70809171617w3ec08a0by216e73827b08f55f@xxxxxxxxxxxxxx>
On Thu, Sep 18, 2008 at 01:17, sam reckoner <sam.reckoner@xxxxxxxxx> wrote:
> When starting a new iPython session, all history items are labeled
> starting from 1. However, history items prior to this are labeled with
> a leading zero.
I am not sure I understand this scheme. Let's suppose I do
zsh
echo foo
echo bar
<CTRL-D>
zsh
echo quux
echo quuux
What numbers would the four commands above have?
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author