[gnu.bash.bug] .bash_login ?

bfox@AUREL.CALTECH.EDU (Brian Fox) (06/29/89)

   Date: Tue, 27 Jun 89 23:03:51 EDT
   From: Francois Pinard <pinard%iro.umontreal.ca@relay.cs.net>

   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