mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 10:16:34 +01:00
12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
PATH=$HOME/bin:/bin:/usr/bin:/usr/X11/bin:/usr/contrib/bin:/usr/games/bin:/usr/old/bin:/usr/local/bin
|
|
export PATH
|
|
|
|
EDITOR=vi
|
|
export EDITOR
|
|
EXINIT='set autoindent'
|
|
export EXINIT
|
|
PAGER=more
|
|
export PAGER
|
|
|
|
umask 2
|