Skip to content

Instantly share code, notes, and snippets.

@milligramme
Created January 20, 2012 08:13
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save milligramme/1646092 to your computer and use it in GitHub Desktop.
Save milligramme/1646092 to your computer and use it in GitHub Desktop.
brew install bash-completion
$ brew install bash-completion
==> Downloading http://bash-completion.alioth.debian.org/files/bash-completion-1.3.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/bash-completion/1.3
==> make install
==> Caveats
Add the following lines to your ~/.bash_profile file:
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi
To install Homebrew's own completion script:
ln -s "/usr/local/Library/Contributions/brew_bash_completion.sh" "/usr/local/etc/bash_completion.d"
==> Summary
/usr/local/Cellar/bash-completion/1.3: 187 files, 1.0M, built in 9 seconds
@awesome
Copy link

awesome commented Apr 19, 2012

@milligramme awesome! thanks

@RavenHursT
Copy link

Very cool indeed 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment