$HOME/.bash_profile.local is now also optionally executed
authorshort <>
Tue, 9 Oct 2001 21:56:57 +0000 (21:56 +0000)
committershort <>
Tue, 9 Oct 2001 21:56:57 +0000 (21:56 +0000)
.bash_profile

index 9808136..d5f43d7 100644 (file)
@@ -2,3 +2,5 @@ if [ -f "$HOME/.bashrc" ];then export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV
 
 finger
 m
+
+if [ -f "$HOME/.bash_profile.local" ];then source "$HOME/.bash_profile.local";fi