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 Message-Id: <5.1.1.2.2.20020530121944.04175a48@imap.mscha.org> X-Sender: ml AT imap DOT mscha DOT org (Unverified) Date: Thu, 30 May 2002 12:24:47 +0200 To: cygwin AT cygwin DOT com From: Michael Schaap Subject: Re: New package: zsh-4.0.4-1 In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: at mscha.org by amavisd-milter (http://amavis.org/) Hi Peter, Thanks a lot for providing this! I had been using a locally compiled zsh for a while, and was wondering whether someone (me?) should package it for Cygwin. One suggestion. On http://www.fruitbat.org/Cygwin/zsh/zsh.notes you suggest to do: First, make a link from /etc/zprofile to profile: $ cd /etc ; ln -s profile zprofile Next, create a profile.d file to set zsh things if needed: $ cd /etc/profile.d $ vi zsh.sh ----------------------------------------------------------------------------- if [ "X$ZSH_NAME" != "X" ]; then export SHELL=/bin/zsh fi ----------------------------------------------------------------------------- Wouldn't it be a good idea to do this within the zsh package? There shouldn't be a reason for someone not to want this, right? (The last note, changing cygwin.bat, is obviously not something that should be done automatically. :-) ) - Michael -- I always wondered about the meaning of life. So I looked it up in the dictionary under "L" and there it was - the meaning of life. It was not what I expected. - Dogbert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/