dot.profile revision 1.4
11.4Shubertf#	$NetBSD: dot.profile,v 1.4 2006/08/31 22:49:55 hubertf Exp $
21.3Sperry#
31.3Sperry# This is the default .profile file.
41.3Sperry# Users are expected to edit it to meet their own needs.
51.3Sperry#
61.3Sperry# The commands in this file are executed when an sh user first
71.3Sperry# logs in.
81.3Sperry#
91.3Sperry# See sh(1) for details.
101.3Sperry#
111.1Ssimonb
121.1SsimonbPATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/pkg/bin
131.1SsimonbPATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
141.1Ssimonbexport PATH
151.1Ssimonb
161.4Shubertfexport EDITOR=vi
171.4Shubertfexport EXINIT='set autoindent'
181.4Shubertfexport PAGER=more
191.4Shubertf
201.4Shubertfexport ENV=$HOME/.shrc
21