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

Re: have run-help not put itself in history?



On Wed, Dec 9, 2009 at 11:23 AM, Greg Klanderman <gak@xxxxxxxxxxxxxx> wrote:

> Is there some way to have run-help not put itself into the history?
>

Another solution (with the same behavior as Peter's suggestion) would be
this:

alias run-help=' run-help'

That aliases the command to itself, but the leading space makes it not be
remembered.

..wayne..


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