diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-08-01 00:40:29 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-08-01 00:40:29 +0000 |
commit | 9562701a57be4612b5f1e153db3059f73862c3f6 (patch) | |
tree | 42e2785bb6196cd05aa08273a387b3194c913792 /etc/root | |
parent | f0901bb65d8454ab91ef24997b2a5d70f1471e05 (diff) | |
download | FreeBSD-src-9562701a57be4612b5f1e153db3059f73862c3f6.zip FreeBSD-src-9562701a57be4612b5f1e153db3059f73862c3f6.tar.gz |
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.
Diffstat (limited to 'etc/root')
-rw-r--r-- | etc/root/dot.cshrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 7e273b0..11b4614 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 |