1 1.4 hubertf # $NetBSD: dot.profile,v 1.4 2006/08/31 22:49:55 hubertf Exp $ 2 1.3 perry # 3 1.3 perry # This is the default .profile file. 4 1.3 perry # Users are expected to edit it to meet their own needs. 5 1.3 perry # 6 1.3 perry # The commands in this file are executed when an sh user first 7 1.3 perry # logs in. 8 1.3 perry # 9 1.3 perry # See sh(1) for details. 10 1.3 perry # 11 1.1 simonb 12 1.1 simonb PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/pkg/bin 13 1.1 simonb PATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin 14 1.1 simonb export PATH 15 1.1 simonb 16 1.4 hubertf export EDITOR=vi 17 1.4 hubertf export EXINIT='set autoindent' 18 1.4 hubertf export PAGER=more 19 1.4 hubertf 20 1.4 hubertf export ENV=$HOME/.shrc 21