dot.profile revision 1.3
11.3Sperry# $NetBSD: dot.profile,v 1.3 2003/04/24 01:02:26 perry 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.1SsimonbEDITOR=vi 171.1Ssimonbexport EDITOR 181.1SsimonbEXINIT='set autoindent' 191.1Ssimonbexport EXINIT 201.1SsimonbPAGER=more 211.1Ssimonbexport PAGER 22