summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.cshrc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-08-01 00:40:29 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-08-01 00:40:29 +0000
commit9562701a57be4612b5f1e153db3059f73862c3f6 (patch)
tree42e2785bb6196cd05aa08273a387b3194c913792 /etc/root/dot.cshrc
parentf0901bb65d8454ab91ef24997b2a5d70f1471e05 (diff)
downloadFreeBSD-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/dot.cshrc')
-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 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
OpenPOWER on IntegriCloud