2e28fc777bb357b36fc8a5e7bb5bc0da813cc6f4
[vuplus_openembedded] / base-files / base-files / etc / profile
1 # /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
2 # and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
3
4 OPIEDIR=/opt/QtPalmtop
5 QPEDIR=/opt/QtPalmtop
6 QTDIR=/opt/QtPalmtop
7 PATH="/opt/QtPalmtop/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games"
8
9 if [ "`id -u`" -eq 0 ]; then
10    PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:
11 fi
12 if [ "$PS1" ]; then
13 # works for bash and ash (no other shells known to be in use here)
14    PS1='\u@\h:\w\$ '
15 fi
16
17 export PATH PS1 OPIEDIR QPEDIR QTDIR
18
19 umask 022