Re: Bash & .bashrc

2001-03-08 Thread Anthony Campbell
On 07 Mar 2001, ktb wrote: > On Wed, Mar 07, 2001 at 04:40:25PM -0500, Colin Cashman wrote: > > I have .bashrc set up to support color ls, but .bashrc isn't called when I > > log in. > > > > If I subsequently start a new shell, however, or 'source .bashrc' then the > > file is read and processed

Re: Bash & .bashrc

2001-03-07 Thread ktb
On Wed, Mar 07, 2001 at 04:40:25PM -0500, Colin Cashman wrote: > I have .bashrc set up to support color ls, but .bashrc isn't called when I > log in. > > If I subsequently start a new shell, however, or 'source .bashrc' then the > file is read and processed. > > What's the best way to handle th

Re: Bash & .bashrc

2001-03-07 Thread Richard Cobbe
Lo, on Wednesday, March 7, Colin Cashman did write: > I have .bashrc set up to support color ls, but .bashrc isn't called when > I log in. As expected. See bash's man page (specifically the `INVOCATION' section) for a discussion of the startup sequence. > If I subsequently start a new shell, ho

RE: Bash & .bashrc

2001-03-07 Thread Rob Zietlow
, 2001 3:45 PM To: Colin Cashman Cc: debian-user@lists.debian.org Subject: Re: Bash & .bashrc On Wed, 07 Mar 2001 16:40:25 EST, "Colin Cashman" writes: >What's the best way to handle this so it's done automagically upon logging in? > Just throw "source .bashrc"

Re: Bash & .bashrc

2001-03-07 Thread Robert Waldner
On Wed, 07 Mar 2001 16:40:25 EST, "Colin Cashman" writes: >What's the best way to handle this so it's done automagically upon logging in? > Just throw "source .bashrc" onto the end of the >.bash_profile file? IMHO: yes. cheers, &rw -- / Ing. Robert Waldner | Network Engineer | T: +43 1 89933

RE: Bash & .bashrc

2001-03-07 Thread Carlos Laviola
On 07-Mar-2001 Colin Cashman wrote: > I have .bashrc set up to support color ls, but .bashrc isn't called when I > log in. > > If I subsequently start a new shell, however, or 'source .bashrc' then the > file is read and processed. > > What's the best way to handle this so it's done automagicall