View | Details | Raw Unified | Return to bug 186085
Collapse All | Expand All

(-)share/skel/dot.cshrc (-2 lines)
Lines 15-22 Link Here
15
# A righteous umask
15
# A righteous umask
16
umask 22
16
umask 22
17
17
18
set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin)
19
20
setenv	EDITOR	vi
18
setenv	EDITOR	vi
21
setenv	PAGER	more
19
setenv	PAGER	more
22
setenv	BLOCKSIZE	K
20
setenv	BLOCKSIZE	K
(-)share/skel/dot.profile (-3 lines)
Lines 5-13 Link Here
5
# see also sh(1), environ(7).
5
# see also sh(1), environ(7).
6
#
6
#
7
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
8
# 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
9
# if you're sure that you'll never log in via telnet or xterm or a
13
# serial line.
10
# serial line.

Return to bug 186085