From ef1b2033922ea77b1cec1addc2f57a91fd001e94 Mon Sep 17 00:00:00 2001 From: gdr Date: Thu, 30 Oct 1997 04:22:33 +0000 Subject: [PATCH] add an alias for df so that we don't get the shell builtin. --- verbatim/home/root/gshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/verbatim/home/root/gshrc b/verbatim/home/root/gshrc index 46d495e..69ef728 100644 --- a/verbatim/home/root/gshrc +++ b/verbatim/home/root/gshrc @@ -2,7 +2,7 @@ # # GNO 2.0.6 gshrc file # -# $Id: gshrc,v 1.1 1997/09/30 04:49:32 gdr Exp $ +# $Id: gshrc,v 1.2 1997/10/30 04:22:33 gdr Exp $ # ### @@ -62,6 +62,7 @@ setenv iwiiTypeFace condensed alias /bin/rm "cp -p rm" alias /bin/mv "cp -p mv" alias cp "cp -i" +alias df /bin/df alias fcat "melt -c" alias gunzip \'gzip -d\' # these aliases are broken