Home | History | Annotate | Line # | Download | only in skel
dot.profile revision 1.3.12.1
      1  1.3.12.1     riz #	$NetBSD: dot.profile,v 1.3.12.1 2006/09/02 23:56:14 riz 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.3.12.1     riz export EDITOR=vi
     17  1.3.12.1     riz export EXINIT='set autoindent'
     18  1.3.12.1     riz export PAGER=more
     19  1.3.12.1     riz 
     20  1.3.12.1     riz export ENV=$HOME/.shrc
     21