freebsd-dev/etc/root/dot.cshrc
Jordan K. Hubbard 618aa782be 1. Remove the hateful EDITOR=ee from root's environment; it's one
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.
1999-04-27 11:55:02 +00:00

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