if  [ "$TERM" = "xterm" ] ; then
	history -c
else  
	setterm -bfreq 0 -store -foreground $LOGIN_COLOR 
	history -c
fi
