#/etc/profile: system-wide .profile file for login shell

export PATH="$PATH:/usr/bin:/bin:/sbin:."
#umask 022

#This fixes the backspace when telnetting in.
#if [ "$TERM" != "linux" ]; then
#        stty erase ^H
#fi
#PS1="# "
