Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Sharing zsh history in cygwin.
- X-seq: zsh-users 8417
- From: Hannu Koivisto <azure@xxxxxx>
- To: Andrew Markebo <andrew.markebo@xxxxxxxxx>
- Subject: Re: Sharing zsh history in cygwin.
- Date: Sat, 22 Jan 2005 23:22:45 +0200
- Cc: zsh-users@xxxxxxxxxx, cygwin@xxxxxxxxxx
- In-reply-to: <m3fz0wgvbn.fsf@xxxxxxxxxxxxxxxxxx> (Andrew Markebo's message of "Thu, 20 Jan 2005 13:05:00 +0100")
- Mail-copies-to: nobody
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <m3fz0wgvbn.fsf@xxxxxxxxxxxxxxxxxx>
- Sender: Hannu Koivisto <Hannu.Koivisto@xxxxxxxxxxx>
Andrew Markebo <andrew.markebo@xxxxxxxxx> writes:
> Anyone managed to share command line history between running zsh's in
> latest cygwin's?
I don't use SHARE_HISTORY (just inc_append_history,
hist_ignore_all_dups, hist_no_store and my history sizes are 100
times larger than yours), but...
> setopt HISTIGNOREDUPS HISTIGNORESPACE EXTENDED_HISTORY
> setopt INC_APPEND_HISTORY SHARE_HISTORY
> HISTSIZE=300
> SAVEHIST=300
> HISTFILE=~/.history
>
> The last line, HISTFILE, freezes the cygwin-distributed zsh
> (4.2.0) just after reading the config-files. Removing just that line
...after some cygwin update (a few months ago) my zshs also started
freezing during startup. I tracked the problem down to HISTFILE
being assigned a file that resides on a network drive (a Linux
samba share in this case, I didn't try anything else). If I
changed my history file to reside on a local hard drive, zsh no
longer froze. Is your home directory on a local drive?
--
Hannu
Messages sorted by:
Reverse Date,
Date,
Thread,
Author