Date: Tue, 29 Dec 1998 13:55:40 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Raju K.V" cc: djgpp AT delorie DOT com Subject: Re: bash profile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 29 Dec 1998, Raju K.V wrote: > where do i store my bash profile? i want this profile file to get executed > every time i execute bash. Create a file called _bashrc and put everything there. Then point the HOME variable in the environment to the directory where _bashrc is kept. This is all explained in the Bash man page, btw. There's also a file README.dos that summarizes the DOS-specific file names (this file is called .bashrc on Unix, but DOS disallows leading dots in file names).