en Suttle
Sent: Thursday, July 31, 2003 4:44 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Re: how to make cygwin run under shells other than bash
Sensitivity: Confidential
So I changed the shell invocation line in cygwin.bat from:
bash --login -i
to this:
tcsh -i -
Then, i get the
Does anyone know what files I need to change, where they are, and what to change
> them to?
>
>
> From: [EMAIL PROTECTED]
> Date: 2003/07/24 Thu PM 11:46:01 EDT
> To: Damien Suttle <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED]
> Subject: Re: how t
TED]>
CC: [EMAIL PROTECTED]
Subject: Re: how to make cygwin run under shells other than bash
On 24 Jul, Damien Suttle wrote:
> Hi,> my favorite shell is tcsh, but cygwin always starts up in bash.
> I tried playing with the cygwin.bat file, but i couldn't get it
> to w
On 24 Jul, Damien Suttle wrote:
> Hi,> my favorite shell is tcsh, but cygwin always starts up in bash.
> I tried playing with the cygwin.bat file, but i couldn't get it
> to work. does anyone know how to reconfigure cygwin to start up
> in other shells?
$ mkshortcut -D -A -n "tcshw" -a '-l'
Damien,
Here's the stock Cygwin.bat file:
-==--==--==--==--==--==--==--==--==--==-
@echo off
D:
chdir \cygwin\bin
bash --login -i
-==--==--==--==--==--==--==--==--==--==-
All you have to do to substitute tcsh for BASH is change the last line.
The options are slightly different, though (check the
5 matches
Mail list logo