On Tue, 3 Jun 2003 16:04:53 +0200
"Didier Wiroth" <[EMAIL PROTECTED]> wrote:


> For a beginner (coming from a windows world) who doesn't know which shell is
> better, sorry more adequate, it is easier to have a sample config file, to
> start learning how to configure you shell!
> 
> Didier

Dear Didier,

Here's what I've put in my ~/.bashrc for all users (including root):

  alias rm='rm -i'
  alias cp='cp -i'
  alias mv='mv -i'
  set -o noclobber


While you're at it, here's what I added to ~/.profile for everybody as well:

  PS1="[EMAIL PROTECTED]:\w> "
  export PS1

Let us know if you have any specific questions about what these commands do.

regards,
Robert



_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to