Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: From: Christian Mallwitz To: "'Erik Hensema'" , cygwin AT sourceware DOT cygnus DOT com Subject: RE: .bashrc Date: Tue, 28 Sep 1999 14:06:13 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" 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 DOT hensema AT group2000 DOT nl] > Sent: Tuesday, September 28, 1999 08:49 > To: cygwin AT sourceware DOT cygnus DOT com > Subject: RE: .bashrc > > > > -----Original Message----- > > From: Franklin Wingate [mailto:maurio AT csh DOT rit DOT edu] > > Sent: Monday, September 27, 1999 6:46 PM > > To: cygwin AT sourceware DOT cygnus DOT 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 AT sourceware DOT cygnus DOT com > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com