Re: bashrc question

2007-06-12 Thread Thorsten Kampe
* Stephen H. Dawson (Tue, 12 Jun 2007 15:30:33 -0400) > I am running the latest version of Cygwin on XP Pro. Don't think so. CopSSH is no Cygwin application. > Since day 1, I have been getting an error message at startup, "bash: > $'\r': command not found". Working with a friend, he said I need a

Re: bashrc question

2007-06-12 Thread Reid Thompson
dos2unix .bashrc On Tue, 2007-06-12 at 15:30 -0400, Stephen H. Dawson wrote: > Hello, > > > I am running the latest version of Cygwin on XP Pro. Since day 1, I have > been getting an error message at startup, "bash: $'\r': command not found". > Working with a friend, he said I need a bashrc fi

bashrc question

2007-06-12 Thread Stephen H. Dawson
Hello, I am running the latest version of Cygwin on XP Pro. Since day 1, I have been getting an error message at startup, "bash: $'\r': command not found". Working with a friend, he said I need a bashrc file. He generated and put into the C:\Program Files\copSSH\home\MY_USER_ACCOUNT folder.

Re: Another .bashrc Question

2006-02-11 Thread Dave
O. Olson wrote: If I log in (either locally and remotely) I get the bash prompt, but the .bashrc is not sourced. If I then type “bash” on the command line then this file gets sourced. `man bash` Check the Invocation chapter. A (bash) login shell is not expected to source .bashrc, alt

Re: Another .bashrc Question

2006-02-10 Thread O. Olson
--- René Berber <[EMAIL PROTECTED]> ha scritto: > Recently it was recommended to use (in a command > window probably is better): > > bash -x -li > > to see what's really going on when bash starts. > > You'll see in the output where your .bashrc is > looked for. > -- > René Berber > T

Re: Another .bashrc Question

2006-02-08 Thread René Berber
O. Olson wrote: >>Define a HOME variable in Windows >>Control Panel->System->Advanced->Environment Variables >>I generally have my home directory in C:\Home\Arun. >> >>You must have .bashrc and .bash_login there. Mine >>are both identical. >>Arun >> > > Thanks Arun, but this does not work i.e. ye

Re: Another .bashrc Question

2006-02-08 Thread O. Olson
--- Arun Biyani <[EMAIL PROTECTED]> ha scritto: > Define a HOME variable in Windows > Control Panel->System->Advanced->Environment > Variables > I generally have my home directory in C:\Home\Arun. > > You must have .bashrc and .bash_login there. Mine > are both identical. > Arun > Thanks Arun,

Another .bashrc Question

2006-02-08 Thread O. Olson
Hi, I have defined a number of alias’s in my .bashrc, and these do not appear, so I assume that the .bashrc is not sourced, when I start up cygwin or I log in remotely. I have made copies of my .bashrc in / and in /home/user_name/ - but it does not look at either of them. I have l

Re: .bashrc question

2005-12-19 Thread Jim Roberts
On 12/20/05, Luke Vanderfluit <[EMAIL PROTECTED]> wrote: > Hi Jim. > > Jim Roberts wrote: > > >Try launching rxvt like this: > > > >C:\Cygwin\bin\rxvt.exe -geometry 80x29 -sb -sl 1 -bg Black -fg > >green -bd LightSeaGreen -fn Courier -font 7x15 -e /usr/bin/bash > >--login -i > > > > > Hurrah, t

Re: .bashrc question

2005-12-19 Thread Luke Vanderfluit
Hi Jim. Jim Roberts wrote: On 12/20/05, Luke Vanderfluit <[EMAIL PROTECTED]> wrote: Hi. I have been trying to get an alias to work. I start my bash shell from cygwin.bat with the following command: bash --login -i -c 'rxvt -geometry 80x29 -sb -sl 1 -bg Black -fg green -bd LightSeaGre

Re: .bashrc question

2005-12-19 Thread Jim Roberts
On 12/20/05, Luke Vanderfluit <[EMAIL PROTECTED]> wrote: > Hi. > > I have been trying to get an alias to work. > > I start my bash shell from cygwin.bat with the following command: > > bash --login -i -c 'rxvt -geometry 80x29 -sb -sl 1 -bg Black -fg > green -bd LightSeaGreen -fn Courier -font 7

.bashrc question

2005-12-19 Thread Luke Vanderfluit
Hi. I have been trying to get an alias to work. I start my bash shell from cygwin.bat with the following command: bash --login -i -c 'rxvt -geometry 80x29 -sb -sl 1 -bg Black -fg green -bd LightSeaGreen -fn Courier -font 7x15' Then I set an alias. I've tried ~/.bashrc ~/.profile ~/.bash_