--- src/etc/profile 2003/06/17 04:24:45 1.2 +++ src/etc/profile 2004/10/06 06:31:39 1.3 @@ -1,5 +1,5 @@ # $FreeBSD: src/etc/profile,v 1.12.2.1 2000/07/31 20:13:26 rwatson Exp $ -# $DragonFly: src/etc/profile,v 1.1 2003/06/16 03:41:56 dillon Exp $ +# $DragonFly$ # # System-wide .profile file for sh(1). # @@ -17,3 +17,7 @@ # msgs -f # Allow terminal messages # mesg y + +# a safer version of rm that isn't as annoying as -i +# +alias rm='rm -I'