librelist archives

« back to archive

How do I wire in the /usr/local/etc/bash-completion.d folder?

How do I wire in the /usr/local/etc/bash-completion.d folder?

From:
Greg Turnquist
Date:
2011-11-09 @ 16:49
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)

Re: [homebrew] How do I wire in the /usr/local/etc/bash-completion.d folder?

From:
Adam Vandenberg
Date:
2011-11-11 @ 04:51
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)
>
>