From owner-freebsd-questions Tue Feb 15 15:46:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by builder.freebsd.org (Postfix) with ESMTP id E019054BF for ; Tue, 15 Feb 2000 14:31:33 -0800 (PST) Received: from hades.hell.gr (pat46.x-treme.gr [212.120.197.238]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with SMTP id AAA26192 for ; Wed, 16 Feb 2000 00:31:48 +0200 Received: (qmail 13018 invoked by uid 1001); 15 Feb 2000 18:34:10 -0000 Date: Tue, 15 Feb 2000 20:34:10 +0200 From: Giorgos Keramidas To: David Wiard Cc: jimmy martin , freebsd-questions@freebsd.org Subject: Re: alias's Message-ID: <20000215203410.A13013@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <20000211045849.3263.qmail@hotmail.com> <20000211045849.3263.qmail@hotmail.com> <20000212000440.A15261@hades.hell.gr> <3.0.5.32.20000211143912.009715d0@paladin.srn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3.0.5.32.20000211143912.009715d0@paladin.srn.com>; from dave@srn.com on Fri, Feb 11, 2000 at 02:39:12PM -0800 X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Feb 11, 2000 at 02:39:12PM -0800, David Wiard wrote: > >Oh, and another thing. You can always put the aliases in .bashrc, where > >they will be seen by all interactive invocations of Bash. If they are > >put into .bash_profile, they're only valid for login shells :> > > or, if all your shells are interactive, like me, make .bash_profile a > symlink to .bashrc so all shells are login shells. :) Actually, this might not work if your .bashrc does stuff like: PATH="$HOME/bin:$PATH" since you'll end up with $HOME/bin twice in your PATH. I have my .bash_profile set to: [ -f ~/.bashrc ] && . ~/.bashrc exit 0 ever since I found this out. RCS file: /usr/home/cvs/charon/.bash_profile,v ---------------------------- revision 1.10 date: 2000/01/06 01:59:54; author: charon; state: Exp; lines: +3 -31 Moved most of the code to the ~/.bashrc script. ---------------------------- -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > For my public PGP key: finger keramida@diogenis.ceid.upatras.gr PGP fingerprint, phone and address in the headers of this message. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message