From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26564 invoked by alias); 13 Jun 2010 11:16:39 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15118 Received: (qmail 6769 invoked from network); 13 Jun 2010 11:16:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.171 as permitted sender) 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= MIME-Version: 1.0 Sender: primo411@gmail.com In-Reply-To: <20100613101122.GC14465@solfire> References: <20100613101122.GC14465@solfire> From: Julien Nicoulaud Date: Sun, 13 Jun 2010 13:16:13 +0200 X-Google-Sender-Auth: aU0RzXt4bmku7vQcVDLKN3E7K1s Message-ID: Subject: Re: share_history ? To: meino.cramer@gmx.de Cc: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=0016e65b5c7e31570f0488e7813c --0016e65b5c7e31570f0488e7813c Content-Type: text/plain; charset=ISO-8859-1 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 > > > --0016e65b5c7e31570f0488e7813c--