artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
856052a
)
add /sys/arch to $cdpath so "cd i386" etc. works
author
kstailey
<kstailey@openbsd.org>
Sat, 19 Apr 1997 00:21:26 +0000
(
00:21
+0000)
committer
kstailey
<kstailey@openbsd.org>
Sat, 19 Apr 1997 00:21:26 +0000
(
00:21
+0000)
etc/root/dot.cshrc
patch
|
blob
|
history
diff --git
a/etc/root/dot.cshrc
b/etc/root/dot.cshrc
index
ec2de3d
..
6744b5b
100644
(file)
--- 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