.bashrc

Erik Hensema erik.hensema@group2000.nl
Thu Sep 30 23:42:00 GMT 1999


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



More information about the Cygwin mailing list