summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-04-19 00:21:27 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-04-19 00:21:27 +0000
commit47bbf2528d7ffcd06a25e411b093630b4d3bdc60 (patch)
treea6d80493449138810268bbea2466c8dbbad1f8b1
parent23f99274140148d4fc16bf28c74fa0c35c4c753d (diff)
add /sys/arch to $cdpath so "cd i386" etc. works
-rw-r--r--etc/root/dot.cshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc
index ec2de3d1538..6744b5b8018 100644
--- a/etc/root/dot.cshrc
+++ b/etc/root/dot.cshrc
@@ -4,7 +4,7 @@ set history=1000
set path=(/sbin /usr/sbin /bin /usr/bin)
# directory stuff: cdpath/cd/back
-set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,share,contrib,local,devel,games,old,gnu,gnu/{lib,usr.bin,libexec}})
+set cdpath=(/sys /sys/arch /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,share,contrib,local,devel,games,old,gnu,gnu/{lib,usr.bin,libexec}})
setenv BLOCKSIZE 1k