freebsd-dev/etc/root/dot.cshrc

22 lines
381 B
Plaintext
Raw Normal View History

# $Id: dot.cshrc,v 1.22 1998/09/13 23:05:47 brian Exp $
1998-09-13 23:11:13 +00:00
#
#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
1997-11-07 17:22:32 +00:00
set prompt = "`hostname -s`# "
set filec
set history = 100
set savehist = 100
set mail = (/var/mail/$USER)
endif