Mail Archives: djgpp/1998/12/29/06:55:44
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).
- Raw text -