From c33d08e62e062db0d073c03d5e813797ab38efd8 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Mon, 2 Aug 1993 21:04:36 +0000 Subject: Put back the du -k and df -k flags since POSIX says they should still work, and Nate is fixing them to work. --- etc/root/dot.cshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/root/dot.cshrc') diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 11b4614..7e273b0 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -27,6 +27,8 @@ 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 -- cgit v1.1