From 7f0027edb4a8bc2acc3daf8b7492a22478f08224 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 7 Jul 2009 10:50:16 -0500 Subject: use -I rather than -i for rm --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index e94c2fd..0e486b5 100644 --- a/bashrc +++ b/bashrc @@ -52,7 +52,7 @@ esac # }}} # adding options to common commands {{{ alias ls="ls --color=auto --group-directories-first" alias grep="grep --color=auto" -alias rm="rm -i" +alias rm="rm -I" alias cp="cp -i" alias mv="mv -i" alias bc="bc -lq" -- cgit v1.2.3-54-g00ecf