This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: .bashrc


Hi,

I had problems because my .inputrc contained '\r\n' (0x0d 0x0a) as line
separator. So make sure that you use '\n' (0x0A) as separator only ...

cheers
Christian
-- 
Christian Mallwitz  INTERSHOP Communications Germany
Senior Software Engineer     phone: +49 3641 894 334
pgp: 02 30 7E 1A 7A C1 5C 16 2B 4D 53 A9 1B 05 F7 DD

> -----Original Message-----
> From: Erik Hensema [mailto:erik.hensema@group2000.nl]
> Sent: Tuesday, September 28, 1999 08:49
> To: cygwin@sourceware.cygnus.com
> Subject: RE: .bashrc
> 
> 
> > -----Original Message-----
> > From: Franklin Wingate [mailto:maurio@csh.rit.edu]
> > Sent: Monday, September 27, 1999 6:46 PM
> > To: cygwin@sourceware.cygnus.com
> > Subject: .bashrc
> > 
> > Could someone send me a copy of what a working .bashrc file 
> > should look
> > like
> 
> There shouldn't be anything special in it. This is mine:
> 
> export PS1="\h:\w\\$ "
> alias ls="ls --color=tty -p"
> cd
> 
> This is the batch file I use for starting bash:
> @ECHO OFF
> SET MAKE_MODE=UNIX
> SET PATH=d:\cygnus\CYGWIN~1\H-I586~1\bin;%PATH%;/usr/local/bin
> SET HOME=/home/erikh
> set TERM=ansi
> bash
> 
> erikh is my NT login name.
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]