diff options
author | 1997-04-19 00:21:26 +0000 | |
---|---|---|
committer | 1997-04-19 00:21:26 +0000 | |
commit | f636c4047b7785d6f1be42de813d3c4e913fdfb0 (patch) | |
tree | 6c1ab9e52c7dd22a1112ec6d278338d04a17d208 | |
parent | Change via NetBSD via Scott Reynolds via Takashi Namada who provided the (diff) | |
download | wireguard-openbsd-f636c4047b7785d6f1be42de813d3c4e913fdfb0.tar.xz wireguard-openbsd-f636c4047b7785d6f1be42de813d3c4e913fdfb0.zip |
add /sys/arch to $cdpath so "cd i386" etc. works
-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 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 |