[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: eshell: how to alias cp 'cp -i' ?
From: |
David Hansen |
Subject: |
Re: eshell: how to alias cp 'cp -i' ? |
Date: |
Wed, 05 Sep 2007 02:36:02 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) |
On Tue, 04 Sep 2007 12:18:52 -0700 furue@hawaii.edu wrote:
> I'm new to eshell and am wondering how to alias
> "cp" to "cp -i". As a first step, I tried this:
I have the line
alias mp mplayer $*
in the file ~/.eshell/alias and it seems to be working. But I forget
how the line ended up there. Just manually adding should work.
David