add an alias for df so that we don't get the shell builtin.

This commit is contained in:
gdr 1997-10-30 04:22:33 +00:00
parent 4c3a20638e
commit ef1b203392
1 changed files with 2 additions and 1 deletions

View File

@ -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