zsh-users
 help / color / mirror / code / Atom feed
* share_history ?
@ 2010-06-13 10:11 meino.cramer
  2010-06-13 11:16 ` Julien Nicoulaud
  0 siblings, 1 reply; 2+ messages in thread
From: meino.cramer @ 2010-06-13 10:11 UTC (permalink / raw)
  To: zsh-users

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: share_history ?
  2010-06-13 10:11 share_history ? meino.cramer
@ 2010-06-13 11:16 ` Julien Nicoulaud
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Nicoulaud @ 2010-06-13 11:16 UTC (permalink / raw)
  To: meino.cramer; +Cc: zsh-users

[-- Attachment #1: Type: text/plain, Size: 531 bytes --]

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@gmx.de>

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-13 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-13 10:11 share_history ? meino.cramer
2010-06-13 11:16 ` Julien Nicoulaud

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).