dfc54e91fd
in PR 4733. add /usr/local/bin to PATH to match dot.cshrc.
14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
# $NetBSD: dot.profile,v 1.3 1998/01/01 08:00:10 mikel Exp $
|
|
|
|
PATH=$HOME/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/pkg/bin:/usr/games:/usr/local/bin
|
|
export PATH
|
|
|
|
EDITOR=vi
|
|
export EDITOR
|
|
EXINIT='set autoindent'
|
|
export EXINIT
|
|
PAGER=more
|
|
export PAGER
|
|
|
|
umask 2
|