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 > 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 " 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 > > >