On Mon, May 14, 2007 at 02:21:04PM -0400, Ray Lai wrote:
> > Ray Lai <[EMAIL PROTECTED]> wrote:
> > > Allows me to alias rm='rm -i' and make update-patches.  While I'm
> > > here, add -f to other mv and rm commands.
> > > 
> > > Okay?
> > 
> > No.  Something is very wrong here.  Why do your interactive shell
> > aliases propagate to random shells?
> 
> I export ENV=~/.profile
> 
>


That leads to 'funny' results. Do something like this in your
.profile:

if [ -o interactive ]; then
:
fi

Tobias

Reply via email to