X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=gm9u5PRRlAZaPAaOukeS5POE082RTLCy2F5L4FXWbeL555MZFfuSr Ja6mZdm6jsUIttUTNdSOHWFnlq/T2PhnTU44I4CV3I3gjysITE0BoI8TjiF8cSL4 AwGUeI1ogpgUtsH3ofZOZ/VSR0Dhr72hGsO4hriTERrSBUQ+rBgWMM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=ItZDyE7MNHW6dlS/8wrKEYWTQBU=; b=EIGJ0Iw6pAe3uRW4wr2li16CAroo HqlgRKp53oficiY8OYNbykofg6b6tHJ3AWZ+/rnlSo0mbJmqTQqoxZc3p/URfY5G wp+u6ARpqq8nlPNukWN5TEIHuiimECtWx4fViD28SxKX9PBiWPS2GRhDXNQh9ZA+ lslFDVDn13rKbnk= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: Re: fish PATH problem Date: Fri, 10 Oct 2014 11:27:07 -0400 Lines: 30 Message-ID: References: <8du93aldjf5p3r29dcibokhu4dgps0lv21 AT 4ax DOT com> <54350D2B DOT 3050103 AT gmail DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes > On 08/10/2014 17:08, Dave Kilroy wrote: > > On 08/10/2014 10:57, Andrew Schulman wrote: > >>> On Wednesday, October 08, 2014 05:13:54 AM Andrew Schulman wrote: > >>>> When I try to start fish directly from the Windows shell instead of > >>>> from > >>>> bash, I get a boatload of errors, like this: > >>> I suggest you to read fish manual page, and find how to invoke fish > >>> as login > >>> shell. On bash and zsh, there is '-l' flag so that they behave with > >>> fresh > >>> environment variables. > >> Doh! Right. Thanks. > >> > >> > > Does that work. It seemed to have the same issue as noted in the > > following thread https://cygwin.com/ml/cygwin/2014-04/msg00111.html > > > > Dave. > I've tested launcing `fish -l -i` from wincmd. A lot of errors shown. > I think `fish` is not yet optimized to be `default shell` for cygwin. > There are still more works to be done to make it usable as cygwin login > shell. Please try the updated fish 2.1.1 package I just posted, and see if it fixes those problems for you. Exit all running fish shells, then run: wget http://home.comcast.net/~andrex2/cygwin/$(arch)/fish-2.1.1-1.tar.xz tar -Jx -C/ -f fish-2.1.1-1.tar.xz Then try starting fish as a login shell. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple