summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.cshrc
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-08-02 21:04:36 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-08-02 21:04:36 +0000
commitc33d08e62e062db0d073c03d5e813797ab38efd8 (patch)
tree030a1863894eb911a1e1e8b1be63629c7223961c /etc/root/dot.cshrc
parent00a87780f80aab87775885a0dd50f3b0fdfdb2d4 (diff)
downloadFreeBSD-src-c33d08e62e062db0d073c03d5e813797ab38efd8.zip
FreeBSD-src-c33d08e62e062db0d073c03d5e813797ab38efd8.tar.gz
Put back the du -k and df -k flags since POSIX says they should still work,
and Nate is fixing them to work.
Diffstat (limited to 'etc/root/dot.cshrc')
-rw-r--r--etc/root/dot.cshrc2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud