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

Re: save zsh history without exiting?



thanks for your reply.

What if you have multiple command windows going at the same time?

On Thu, Feb 28, 2008 at 6:52 AM, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> On 28/02/2008, sam reckoner <sam.reckoner@xxxxxxxxx> wrote:
>  > Is it  possible to save the zsh history without exiting?
>  >
>  >
>  >  Thanks in advance.
>
>  If you
>  setopt incappendhistory
>  the history will be saved after every command you run. I don't know if
>  you can explicitly save it without using that with the fc command or
>  something.
>
>  --
>  Mikael Magnusson
>



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