Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: history formatting a la iPython



01 echo foo
02 echo bar
1 echo quux
2 echo quuux

I hope that helps.

On Thu, Sep 18, 2008 at 5:18 PM, Richard Hartmann
<richih.mailinglist@xxxxxxxxx> wrote:
> 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