Created
January 20, 2012 08:13
-
-
Save milligramme/1646092 to your computer and use it in GitHub Desktop.
brew install bash-completion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@milligramme awesome! thanks