diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /etc/root/dot.cshrc | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Release FreeBSD 1.1upstream/1.1.0_cvsrelease/1.1.0_cvs
This commit was manufactured to restore the state of the 1.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'etc/root/dot.cshrc')
| -rw-r--r-- | etc/root/dot.cshrc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index d6f049569f53..4be076b98eeb 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,9 +1,12 @@ +# $Id: dot.cshrc,v 1.9 1994/02/21 20:35:58 rgrimes Exp $ +# alias mail Mail set history=1000 -set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin .) +set savehist=1000 +set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin) # directory stuff: cdpath/cd/back -set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,gnu,include,}) +set cdpath=(/sys/{i386,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,gnu,include,}) alias cd 'set old=$cwd; chdir \!*' alias h history alias j jobs -l @@ -21,5 +24,6 @@ alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars if ($?prompt) then set prompt="`hostname -s`# " + set filec endif setenv BLOCKSIZE K |
