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: Erik Hensema To: cygwin AT sourceware DOT cygnus DOT com Subject: RE: .bashrc Date: Tue, 28 Sep 1999 08:48:30 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" > -----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