summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1996-11-18 14:46:02 +0000
committerkstailey <kstailey@cvs.openbsd.org>1996-11-18 14:46:02 +0000
commita3278f01109c476db53163089b46659bba4c57a1 (patch)
tree2845498c9a12d312211573db6db1322655f1d771 /etc
parentfdc174ea5329323a14bc84e765415bec3e15acdc (diff)
add gnu to cdpath
Diffstat (limited to 'etc')
-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 b8c28f2c266..a98edf70058 100644
--- a/etc/root/dot.cshrc
+++ b/etc/root/dot.cshrc
@@ -3,7 +3,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,})
+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}})
setenv BLOCKSIZE 1k