From owner-freebsd-questions@FreeBSD.ORG Tue Jun 3 06:19:10 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63DC637B401 for ; Tue, 3 Jun 2003 06:19:10 -0700 (PDT) Received: from sccrmhc12.attbi.com (sccrmhc12.attbi.com [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9366043F3F for ; Tue, 3 Jun 2003 06:19:09 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[24.147.188.198]) by attbi.com (sccrmhc12) with ESMTP id <20030603131908012003u7qce>; Tue, 3 Jun 2003 13:19:08 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h53DJ8OA064417; Tue, 3 Jun 2003 09:19:08 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h53DJ71f064414; Tue, 3 Jun 2003 09:19:07 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: "Didier Wiroth" References: <001e01c329d1$cf18f990$bd2b6e94@lucy> From: Lowell Gilbert Date: 03 Jun 2003 09:19:07 -0400 In-Reply-To: <001e01c329d1$cf18f990$bd2b6e94@lucy> Message-ID: <44el2bpad0.fsf@be-well.ilk.org> Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: dot.bashrc, where is it? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2003 13:19:10 -0000 "Didier Wiroth" writes: > Thanks for answering! > I know it isn't needed, but as I'm a beginner I would really like to have a > sample to customize and learn, that's why I asked > The PATH variables etc.., Okay, well, my version is: # default .bashrc for be-well.ilk.org # adapted from Lowell's .bashrc as of 17/March/2001 # # # A bunch of local aliases, mostly as examples # alias ls='ls -F' alias xstart='startx -- -bpp 16' # Set a simple prompt PS1='[\!] \W> ' ; PS2=' \W>> ' # set up Bash to not save repeated command lines HISTCONTROL=ignoreboth ## emacs for an editor... export EDITOR=emacs ## home machine's firewall stops FTP Port commands export FTP_PASSIVE_MODE=YES if [ -f ~/.bash_path ] ; then source ~/.bash_path ; fi