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

Re: share_history ?



I had to set the history file to get it working, for example:

export HISTFILE="$HOME/.zsh_history"
export HISTSIZE=5000
export SAVEHIST=$HISTSIZE

Julien

2010/6/13 <meino.cramer@xxxxxx>

> Hi,
>
> (using zsh on Linux)
>
> I installed zsh-4.3.10 and in the .zshrc set "setopt SHARE_HISTORY".
> On the commandline I did a "setopt <RETURN>" and the output report
> "sharehistory".
>
> The history as such is working, but it is not shared between terminals...
>
> What do I miss or makeing wrong here ?
>
> Best regards,
> mcc
>
>
>


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