X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=.bash_profile;h=c12e549f83f5c2f80b2d934ff801baa7afea817d;hb=b84e1323225e3b61f84843243a4f2696278c6721;hp=7ff84cdd604997877bda705dd47376fc106a683e;hpb=22a13978650131583b5ffc4cff385e812f7bd9c2;p=nethome.git diff --git a/.bash_profile b/.bash_profile index 7ff84cd..c12e549 100644 --- a/.bash_profile +++ b/.bash_profile @@ -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