Home | History | Annotate | Line # | Download | only in skel
dot.profile revision 1.3
      1  1.3   perry #	$NetBSD: dot.profile,v 1.3 2003/04/24 01:02:26 perry 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.1  simonb EDITOR=vi
     17  1.1  simonb export EDITOR
     18  1.1  simonb EXINIT='set autoindent'
     19  1.1  simonb export EXINIT
     20  1.1  simonb PAGER=more
     21  1.1  simonb export PAGER
     22