22 lines
337 B
Plaintext
22 lines
337 B
Plaintext
# $FreeBSD$
|
|
#
|
|
#csh .cshrc file
|
|
|
|
alias h history 25
|
|
alias j jobs -l
|
|
alias la ls -a
|
|
alias lf ls -FA
|
|
alias ll ls -lA
|
|
|
|
setenv PAGER more
|
|
setenv BLOCKSIZE K
|
|
|
|
if ($?prompt) then
|
|
# An interactive shell -- set some stuff up
|
|
set prompt = "`hostname -s`# "
|
|
set filec
|
|
set history = 100
|
|
set savehist = 100
|
|
set mail = (/var/mail/$USER)
|
|
endif
|