File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / root.skel / profile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (13 years ago) by misho
Branches: misho
CVS tags: start, elwix1_6, elwix1_5, elwix1_4, Patch1, ELWIX1_5
ELWIX project

    1: # ELWIX profile
    2: #
    3: # .profile - Bourne Shell startup script for login shells
    4: #
    5: # see also sh(1), environ(7).
    6: #
    7: 
    8: # remove /usr/games if you want
    9: PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH
   10: 
   11: # Setting TERM is normally done through /etc/ttys.  Do only override
   12: # if you're sure that you'll never log in via telnet or xterm or a
   13: # serial line.
   14: # Use cons25l1 for iso-* fonts
   15: # TERM=cons25; 	export TERM
   16: TERM=xterm-color; 	export TERM
   17: 
   18: BLOCKSIZE=K;	export BLOCKSIZE
   19: EDITOR=vi;   	export EDITOR
   20: PAGER=more;  	export PAGER
   21: 
   22: # set ENV to a file invoked each time sh is started for interactive use.
   23: ENV=$HOME/.shrc; export ENV

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>