From 8fd6f0e694d36105ac32017aeae8a1e5866f6ee9 Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 19 Sep 1995 04:57:31 +0000 Subject: Added /usr/src/sys/compile to cdpath. Set cdpath instead of leaving it commented out. --- etc/root/dot.cshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/root') diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 6c36eb5..bbe3174 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 -- cgit v1.1