aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1993-08-01 00:40:29 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1993-08-01 00:40:29 +0000
commit30c9ac0b78ef07b69cbc1a5dbfc59a9e753b4724 (patch)
tree42e2785bb6196cd05aa08273a387b3194c913792
parente20f62775f48640f6c537aef81ac966633eb081e (diff)
downloadsrc-30c9ac0b78ef07b69cbc1a5dbfc59a9e753b4724.tar.gz
src-30c9ac0b78ef07b69cbc1a5dbfc59a9e753b4724.zip
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.
Notes
Notes: svn path=/head/; revision=223
-rw-r--r--etc/root/dot.cshrc2
1 files changed, 0 insertions, 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