mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
11 lines
178 B
Text
11 lines
178 B
Text
PATH=$HOME/bin:/bin:/usr/bin:/usr/games:/usr/X11R6/bin:/usr/local/bin
|
|
export PATH
|
|
|
|
EDITOR=vi
|
|
export EDITOR
|
|
EXINIT='set autoindent'
|
|
export EXINIT
|
|
PAGER=more
|
|
export PAGER
|
|
|
|
umask 2
|