# /etc/profile

# System wide environment and startup programs
# Functions and aliases go in /etc/bashrc

PATH="$PATH:/usr/bin/mm"
PS1="[\u@\h \W]\\$ "

ulimit -c 1000000
umask 002

HOSTNAME=`/bin/hostname`
HISTSIZE=1000
HISTFILESIZE=1000
export PATH PS1 HOSTNAME HISTSIZE HISTFILESIZE

# Put this here since in the future the /etc/profile.rpp.d
# "feature" will be removed.

if [ "$TERM" = console ]
then
	MINICOM="-l -m -con -tmc" ; export MINICOM
fi
