diff options
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 |
