+$Id$
[nethome.git] / .bash_profile
index 7ff84cd..c12e549 100644 (file)
@@ -1,3 +1,7 @@
-export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV"
+if [ -f "$HOME/.bashrc" ];then export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV";fi
+
 finger
 m
+cat 2>/dev/null .perlmail-submit.log
+
+if [ -f "$HOME/.bash_profile.local" ];then source "$HOME/.bash_profile.local";fi