# commands common to all logins
PATH="$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/etc:/usr/local/bin:/root:."

export TERM=linux

PS1="EMERGENCY #> "

ignoreeof=10

export PATH TERM PS1 PS2 ignoreeof

# set up the color-ls environment variables:
eval `dircolors -s`

# default editor
export EDITOR=joe
