summaryrefslogtreecommitdiffstats
path: root/etc/cameron-efco/profile
blob: 7fef6dab16878c60c656cac86be3e7bb8e044c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# /etc/profile
#
# Cameron EFCO configuration
#
# 2003/12/23 Robert Schwebel <r.schwebel@pengutronix.de>
#

export PATH="$PATH:/usr/bin:/bin:/sbin:/usr/X11R6/bin"
export DISPLAY=:0.0

#umask 022

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

PS1='EFCO> '
PS2='> '
PS4='+ '

alias ll='ls -l'