diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-08-02 21:04:36 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-08-02 21:04:36 +0000 |
commit | c33d08e62e062db0d073c03d5e813797ab38efd8 (patch) | |
tree | 030a1863894eb911a1e1e8b1be63629c7223961c /etc/root | |
parent | 00a87780f80aab87775885a0dd50f3b0fdfdb2d4 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | etc/root/dot.cshrc | 2 |
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 |