Mail Archives: cygwin/2003/07/31/17:44:08
So I changed the shell invocation line in cygwin.bat from:
bash --login -i
to this:
tcsh -i -
Then, i get the following output:
true: Command not found.
true: Command not found.
true: Command not found.
true: Command not found.
true: Command not found.
true: Command not found.
true: Command not found.
true: Command not found.
true: Command not found.
stty: Command not found.
tput: Command not found.
stty: Command not found.
limit: Command not found.
vesperus / %
so it starts tcsh at the end, finally, but i'm in the root dir instead of my home dir (the way bash does) and i am unable to use many standard commands (e.g., ls, pwd).
Does anyone know what files I need to change, where they are, and what to change them to?
============================================================
From: luke DOT kendall AT cisra DOT canon DOT com DOT au
Date: 2003/07/24 Thu PM 11:46:01 EDT
To: Damien Suttle <Damien_Suttle AT brown DOT edu>
CC: cygwin AT cygwin DOT com
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 work. does anyone know how to reconfigure cygwin to start up
> in other shells?
$ mkshortcut -D -A -n "tcshw" -a '-l' /usr/bin/tcsh.exe
Or just right click on the cywgin icon's properties and change the shell
it runs, if you want to hack. Or change the shell for your account, in
/etc/passwd I think.
luke
============================================================
--
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/
- Raw text -