From db267812a60efac6b0ad4a16f412396e59b6dade Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Mon, 2 Aug 1993 22:50:43 +0000 Subject: [PATCH] Default BLOCKSIZE for root is K-Blocks --- etc/root/dot.cshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 11b4614e6188..ceb2ee4a4edc 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -32,3 +32,4 @@ alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars if ($?prompt) then set prompt="`hostname -s`# " endif +setenv BLOCKSIZE K