summaryrefslogtreecommitdiff
path: root/etc/root/dot.profile
blob: 7a4b88aeb7c45e6d1c34c092fc7a4e64d026ca6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: dot.profile,v 1.4 2004/05/10 16:04:07 peter Exp $
#
# sh/ksh initialization

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

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