1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/etc/root/dot.cshrc

23 lines
359 B
Plaintext
Raw Normal View History

1998-09-13 23:11:13 +00:00
# $Id:$
#
#csh .cshrc file
alias h history 25
alias j jobs -l
alias la ls -a
alias lf ls -FA
alias ll ls -lA
1996-06-15 17:49:16 +00:00
setenv EDITOR /usr/bin/ee
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