Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: share_history ?
- X-seq: zsh-users 15118
- From: Julien Nicoulaud <julien.nicoulaud@xxxxxxxxx>
- To: meino.cramer@xxxxxx
- Subject: Re: share_history ?
- Date: Sun, 13 Jun 2010 13:16:13 +0200
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=a/C7jur6rhWyad3tp6cnQ+6vjofKAFZSt+gHVopnyrM=; b=HftmBDYTJBs1kenevPL8ABNdxUBV5haB7oySceUCnEiYmYNf1pf8vnqtPMM1iFvNfk VJF6M/L3JoCP0LKHiKU2CvFCjpEudVdQfKczysn+lhOY386nxSfnNdW4bPQld7c2Ibks egklCkkMYnppFBwNIDnPBQrhLtnMbFGTuhEBM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=frYyad3fUatwBdg7LWvD9HmaUi5Bcft49bYmumMRC1Tkl6ydItZSBU1vPZRBkTm4TF GD83tnDuAyLBsE44ystqt2ikuTLJa8gdbOaF+CYlAbbsvYH6TyfDFdf/Qak3QtsmEr7Y shStDbejzL5LhBuKFD06RX3Nau1ioYyXBJpnk=
- In-reply-to: <20100613101122.GC14465@solfire>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20100613101122.GC14465@solfire>
- Sender: primo411@xxxxxxxxx
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