From 30c9ac0b78ef07b69cbc1a5dbfc59a9e753b4724 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sun, 1 Aug 1993 00:40:29 +0000 Subject: [PATCH] Removed aliases of df -> df -k and du -> du -k, as the k option is not supported in the new df and du code, use setenv BLOCKSIZE 1024 to get the same effect. --- etc/root/dot.cshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 7e273b0d6e11..11b4614e6188 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -27,8 +27,6 @@ alias pd pushd alias pd2 pushd +2 alias pd3 pushd +3 alias pd4 pushd +4 -alias df df -k -alias du du -k alias tset 'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars' if ($?prompt) then