summaryrefslogtreecommitdiff
path: root/etc/root/dot.profile
blob: 289cdbf18ce75d5a62b9c41a85b8c0708d980763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: dot.profile,v 1.3 2003/03/20 01:43:31 david Exp $
#
# sh/ksh initialization

PATH=/sbin:/usr/sbin:/bin:/usr/bin
export PATH
HOME=/root
export HOME
umask 022

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