Deleted Added
full compact
dot.cshrc (50476) dot.cshrc (58570)
1# $FreeBSD: head/share/skel/dot.cshrc 50476 1999-08-28 00:22:10Z peter $
1# $FreeBSD: head/share/skel/dot.cshrc 58570 2000-03-25 20:23:39Z rwatson $
2#
2#
3# .cshrc - csh resource script, read at beginning
4# of execution by each shell
3# .cshrc - csh resource script, read at beginning of execution by each shell
5#
6# see also csh(1), environ(7).
7#
8
9alias h history 25
10alias j jobs -l
11alias la ls -a
12alias lf ls -FA
13alias ll ls -lA
14
4#
5# see also csh(1), environ(7).
6#
7
8alias h history 25
9alias j jobs -l
10alias la ls -a
11alias lf ls -FA
12alias ll ls -lA
13
14# A rightous umask
15umask 22
16
17set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin $HOME/bin)
18
15setenv EDITOR vi
16setenv PAGER more
17setenv BLOCKSIZE K
18
19if ($?prompt) then
20 # An interactive shell -- set some stuff up
21 set filec
22 set history = 100
23 set savehist = 100
24 set mail = (/var/mail/$USER)
25endif
19setenv EDITOR vi
20setenv PAGER more
21setenv BLOCKSIZE K
22
23if ($?prompt) then
24 # An interactive shell -- set some stuff up
25 set filec
26 set history = 100
27 set savehist = 100
28 set mail = (/var/mail/$USER)
29endif