From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21147 invoked by alias); 13 Jun 2010 10:11:29 -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: 15116 Received: (qmail 15953 invoked from network); 13 Jun 2010 10:11:28 -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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at gmx.de designates 213.165.64.20 as permitted sender) X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX1+dW4p9G46d+zbpFZSp7V3U4/TyWHkERWVs23auEv 6qiOMQkJe7ajuT Date: Sun, 13 Jun 2010 12:11:22 +0200 From: meino.cramer@gmx.de To: zsh-users@zsh.org Subject: share_history ? Message-ID: <20100613101122.GC14465@solfire> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 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