summaryrefslogtreecommitdiff
path: root/etc/root/dot.profile
blob: 0482fb0efd27563ac82cbbea82f2353c3bc4738c (plain)
1
2
3
4
5
6
7
8
PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH
HOME=/root
export HOME

if [ -x /usr/bin/tset ]; then
	eval `/usr/bin/tset -sQ \?$TERM`
fi