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