X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.bash_profile;h=d018d5c9cde0cd909760b543ab60036bbad47094;hp=98081360f6a0661719d78a7d27f88abe6e1e1de6;hb=c71679fa49faf43c9a89597a090ddf8f54b67669;hpb=5d64e392d2ce7efdc05f5899a88cdbeed553c76b diff --git a/.bash_profile b/.bash_profile index 9808136..d018d5c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,4 +1,8 @@ if [ -f "$HOME/.bashrc" ];then export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV";fi -finger -m +# '2>/dev/null' as finger(1) may not be present. +finger 2>/dev/null +test -d $HOME/Mail && m +cat 2>/dev/null .perlmail-submit.log + +if [ -f "$HOME/.bash_profile.local" ];then source "$HOME/.bash_profile.local";fi