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

Re: Bug#428110: zsh: endless loop in command fc



On Jun 9, 11:56am, Clint Adams wrote:
} Subject: Re: Bug#428110: zsh: endless loop in command fc
}
} On Sat, Jun 09, 2007 at 05:17:13AM +0200, komar wrote:
} > 
} > If I enter this 4 command:
} > ===
} > echo 1
} > echo 2
} > r -2 -1
} > r -2 -1
} > ===
} > endless loop

I think you want "setopt hist_no_store" ...

(The shell is like any other programming language, it'll enter an infinite
loop if you program it to do so.)



Messages sorted by: Reverse Date, Date, Thread, Author