2008-11-19 21:07:19 +03:00
|
|
|
# $NetBSD: dot.profile,v 1.5 2008/11/19 18:07:20 cube Exp $
|
2003-04-24 05:02:26 +04:00
|
|
|
#
|
|
|
|
# This is the default .profile file.
|
|
|
|
# Users are expected to edit it to meet their own needs.
|
|
|
|
#
|
|
|
|
# The commands in this file are executed when an sh user first
|
|
|
|
# logs in.
|
|
|
|
#
|
|
|
|
# See sh(1) for details.
|
|
|
|
#
|
2000-10-16 17:12:26 +04:00
|
|
|
|
2008-11-19 21:07:19 +03:00
|
|
|
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/pkg/bin
|
2000-10-16 17:12:26 +04:00
|
|
|
PATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
|
|
|
|
export PATH
|
|
|
|
|
2006-09-01 02:49:55 +04:00
|
|
|
export EDITOR=vi
|
|
|
|
export EXINIT='set autoindent'
|
|
|
|
export PAGER=more
|
|
|
|
|
|
|
|
export ENV=$HOME/.shrc
|