Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!AUREL.CALTECH.EDU!bfox From: bfox@AUREL.CALTECH.EDU (Brian Fox) Newsgroups: gnu.bash.bug Subject: .bash_login ? Message-ID: <8906282356.AA23905@aurel.caltech.edu> Date: 28 Jun 89 23:56:44 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: bfox@aurel.caltech.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 20 Date: Tue, 27 Jun 89 23:03:51 EDT From: Francois Pinard Would not .bash_login be a nicer name for .bash_profile? Well, I don't really think so, but if you do, just go ahead and use it. The code already supports that. From shell.c: { if (maybe_execute_file ("~/.bash_profile") == 0) /* Not found... */ if (maybe_execute_file ("~/.bash_login") == 0) maybe_execute_file ("~/.profile"); -- Franc,ois Pinard pinard@iro.umontreal.ca (514) 588-4656 ``Vivement GNU!'' ...!uunet!iros1!pinard Brian