Do I need some import statement in my .bash_profile file to suck in all the things that in there? -- Greg Turnquist (Greg.L.Turnquist@gmail.com)
Something along the lines of: [[ -e $(brew --prefix)/etc/bash_completion ]] && source $(brew --prefix)/etc/bash_completion On Wed, Nov 9, 2011 at 8:49 AM, Greg Turnquist <greg.l.turnquist@gmail.com> wrote: > Do I need some import statement in my .bash_profile file to suck in all the > things that in there? > > -- > Greg Turnquist (Greg.L.Turnquist@gmail.com) > >