From 4cb7c8c374aa9fe3c98d79a69697ff498d3bdc2a Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 27 Feb 2011 11:06:15 +0100 Subject: [PATCH] -m --- .bash_profile | 1 - 1 file changed, 1 deletion(-) 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 -- 1.8.3.1