add a workaround for drm:
[netbsd-mini2440.git] / etc / skel / dot.profile
blobf9895ae2f4add3bb174e0a7b8e8278efb10d2090
1 #       $NetBSD: dot.profile,v 1.4 2006/08/31 22:49:55 hubertf Exp $
3 # This is the default .profile file.
4 # Users are expected to edit it to meet their own needs.
6 # The commands in this file are executed when an sh user first
7 # logs in.
9 # See sh(1) for details.
12 PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/pkg/bin
13 PATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
14 export PATH
16 export EDITOR=vi
17 export EXINIT='set autoindent'
18 export PAGER=more
20 export ENV=$HOME/.shrc