Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 445 Bytes

README.textile

File metadata and controls

21 lines (13 loc) · 445 Bytes

phake-autocomplete

1. Install bash-completion package

Homebrew

brew install bash-completion

Macports

sudo port install bash-completion

Yum

yum install bash-completion

Apt Get

apt-get install bash-completion

2. Install the ‘phake’ auto-complete script into /usr/local/etc/bash_completion.d

ln -s phake /usr/local/etc/bash_completion.d/phake

3. Relaunch bash/terminal