Bǎi sī bù jiě
Sunday, March 23, 2008
Bash + Rake +
i wanted tab completion for rake tasks with bash on OS X, so...
I Installed the gem:
sudo gem install rake-command-completion
Then I added this to .bash_login (or .bashrc)
complete -C /usr/local/bin/command_completion_for_rake -o default rake
Labels: code
Comments:
Post a Comment


