X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;ds=sidebyside;f=.bash_profile;h=df2bd651661729e5308078bb85c02fe6c04eef20;hb=3d5999f5278568e0f0d948e626f971359d6de42b;hp=d018d5c9cde0cd909760b543ab60036bbad47094;hpb=9e832bf60d6cca09ce26fe50631db343e56a0ddc;p=nethome.git diff --git a/.bash_profile b/.bash_profile index d018d5c..df2bd65 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,7 +2,6 @@ if [ -f "$HOME/.bashrc" ];then export BASH_ENV="$HOME/.bashrc";source "$BASH_ENV # '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