Deleted Added
full compact
dot.cshrc (264465) dot.cshrc (278616)
1# $FreeBSD: head/share/skel/dot.cshrc 264465 2014-04-14 18:07:00Z bdrewery $
1# $FreeBSD: head/share/skel/dot.cshrc 278616 2015-02-12 05:35:00Z cperciva $
2#
3# .cshrc - csh resource script, read at beginning of execution by each shell
4#
5# see also csh(1), environ(7).
6# more examples available at /usr/share/examples/csh/
7#
8
9alias h history 25
10alias j jobs -l
11alias la ls -aF
12alias lf ls -FA
13alias ll ls -lAF
14
15# These are normally set through /etc/login.conf. You may override them here
16# if wanted.
2#
3# .cshrc - csh resource script, read at beginning of execution by each shell
4#
5# see also csh(1), environ(7).
6# more examples available at /usr/share/examples/csh/
7#
8
9alias h history 25
10alias j jobs -l
11alias la ls -aF
12alias lf ls -FA
13alias ll ls -lAF
14
15# These are normally set through /etc/login.conf. You may override them here
16# if wanted.
17# set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin)
17# set path = (/sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin $HOME/bin)
18# setenv BLOCKSIZE K
19# A righteous umask
20# umask 22
21
22setenv EDITOR vi
23setenv PAGER more
24
25if ($?prompt) then

--- 19 unchanged lines hidden ---
18# setenv BLOCKSIZE K
19# A righteous umask
20# umask 22
21
22setenv EDITOR vi
23setenv PAGER more
24
25if ($?prompt) then

--- 19 unchanged lines hidden ---