618aa782be
thing to use it at startup, when you don't know if the user can handle vi or not, but yet another thing to leave it as a permanent land mine for root. 2. Put /usr/X11R6/bin in path; it makes getting the desktop up a lot easier.
22 lines
381 B
Plaintext
22 lines
381 B
Plaintext
# $Id: dot.cshrc,v 1.22 1998/09/13 23:05:47 brian Exp $
|
|
#
|
|
#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
|