diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1996-11-18 14:46:02 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1996-11-18 14:46:02 +0000 |
commit | a3278f01109c476db53163089b46659bba4c57a1 (patch) | |
tree | 2845498c9a12d312211573db6db1322655f1d771 /etc | |
parent | fdc174ea5329323a14bc84e765415bec3e15acdc (diff) |
add gnu to cdpath
Diffstat (limited to 'etc')
-rw-r--r-- | etc/root/dot.cshrc | 2 |
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 |