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


> -----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


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