Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 398295
Collapse All | Expand All

(-)etc/profile (-1 / +1 lines)
Lines 13-19 Link Here
13
# You should override these in your ~/.bashrc (or equivalent) for per-user
13
# You should override these in your ~/.bashrc (or equivalent) for per-user
14
# settings.  For system defaults, you can add a new file in /etc/profile.d/.
14
# settings.  For system defaults, you can add a new file in /etc/profile.d/.
15
export EDITOR=${EDITOR:-/bin/nano}
15
export EDITOR=${EDITOR:-/bin/nano}
16
export PAGER=${PAGER:-/usr/bin/less}
16
export PAGER=${PAGER:-/bin/more}
17
17
18
# 077 would be more secure, but 022 is generally quite realistic
18
# 077 would be more secure, but 022 is generally quite realistic
19
umask 022
19
umask 022

Return to bug 398295