On Fri, May 07, 2010 at 03:03:57PM -0400, Mike Frysinger wrote:
> On Friday 07 May 2010 08:49:26 Greg Wooledge wrote:
> > On Thu, May 06, 2010 at 09:30:20AM -0500, Chuck Remes wrote:
> > > e.g.
> > > [ -z "$PS1" ] && return
> >
> > That's certainly *not* how I'd write that check. If the goal is t
Greg Wooledge wrote:
On Thu, May 06, 2010 at 09:30:20AM -0500, Chuck Remes wrote:
The standard .bashrc contains a line of code that precludes certain
scripts from executing. It has to do with the logic for checking if
the session is interactive.
There's no such thing as a "standard .bashrc",