Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 7 Dec 2004 12:45:55 -0800 (PST) From: "Peter A. Castro" To: Andrew Markebo cc: cygwin AT cygwin DOT com Subject: Re: Firing up latest zsh with latest cygwin OOPS! In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes On Tue, 7 Dec 2004, Andrew Markebo wrote: > Been messing around with my .zshell initfiles I have noticed that it > is my configuration of history file that makes it hang. > > setopt HISTIGNOREDUPS HISTIGNORESPACE EXTENDED_HISTORY > setopt INC_APPEND_HISTORY SHARE_HISTORY > HISTSIZE=200 > SAVEHIST=200 > HISTFILE=~/.history > > Commenting out HISTFILE the shell starts. This works for an old > 4.0.7 version of zsh Commenting out HISTFILE means no history will be written. Are there any special permissions/ownership on ~/.history ? Is this file being used by, say, bash or some other file at the same time? Might could be a locking issue, but it's strange that it just now is occuring. Try changing the name of HISTFILE to something else, like ~/.zhistory and see if it still hangs. > /Andy -- Peter A. Castro or "Cats are just autistic Dogs" -- Dr. Tony Attwood -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/