X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=.bash_profile;fp=.bash_profile;h=d018d5c9cde0cd909760b543ab60036bbad47094;hb=9e832bf60d6cca09ce26fe50631db343e56a0ddc;hp=c12e549f83f5c2f80b2d934ff801baa7afea817d;hpb=ce04eb8332132a4485d1ac6b2981e569f4b770ea;p=nethome.git diff --git a/.bash_profile b/.bash_profile index c12e549..d018d5c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,7 +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