diff options
| author | Nate Williams <nate@FreeBSD.org> | 1995-09-19 04:57:31 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1995-09-19 04:57:31 +0000 |
| commit | af504bcff4e6608320aab757f478c414c4588c3f (patch) | |
| tree | c082fd0db09fc56a65e76c2ce3a170621d71f26d | |
| parent | dbfd4708855f94360a16a01603456919b3bbafc3 (diff) | |
Notes
| -rw-r--r-- | etc/root/dot.cshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 6c36eb5232ae..bbe31746dadf 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,4 +1,4 @@ -# $Id: dot.cshrc,v 1.13 1995/06/29 06:30:42 joerg Exp $ +# $Id: dot.cshrc,v 1.14 1995/09/18 19:53:42 nate Exp $ # alias mail Mail set history=1000 @@ -6,7 +6,7 @@ set savehist=1000 set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin) # directory stuff: cdpath/cd/back -# set cdpath=(/sys/{i386,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,include,} /usr/src/gnu/{games,include,lib,libexec,usr.bin,usr.sbin}) +set cdpath=(/sys/{i386,compile,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,include,} /usr/src/gnu/{games,include,lib,libexec,usr.bin,usr.sbin,}) alias cd 'set old=$cwd; chdir \!*' alias h history alias j jobs -l |
