require 'formula' class Autojump "autojump" (prefix+'etc').install ["autojump.bash", "autojump.zsh"] end def caveats; <<-EOS.undent Add the following lines to your ~/.bash_profile file: if [ -f `brew --prefix`/etc/autojump ]; then . `brew --prefix`/etc/autojump fi EOS end end