Tim Kruse, who happens to be smarter than you, thinks:
> * On 18.03.2006 Neil Bothwick wrote:
> > On Sat, 18 Mar 2006 10:17:19 +0100, Tim Kruse wrote:
> >
> >>  Like you set all options in zsh ...
> >> setopt INC_APPEND_HISTORY  # incrementally append history to $HISTFILE
> >
> > Not that different from Bash then? :-)
> > shopt -s histappend
> 
>  Do you mean the option itself or setting options? Setting
> options is not so different in the most shells I think.
> 
>  If you mean the option itself then ...

You also want to set,

export PROMPT_COMMAND="${PROMPT_COMMAND:+${PROMPT_COMMAND} ;} history -a"

in cojuction with histappend.

-- 
It's not pretty being easy.

Attachment: pgpF0svi73nlX.pgp
Description: PGP signature

Reply via email to