diff options
| author | Jonas Pfenniger | 2011-09-21 17:19:17 +0100 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-21 23:03:11 -0700 |
| commit | de362965fd5e13619d24e968db6b2af1c04167d6 (patch) | |
| tree | 1bc13c082280a1c78e433f3f0e9a845554642209 /Library/Formula | |
| parent | a50e377519f77f47fe723cbb67ecd230bf627766 (diff) | |
| download | homebrew-de362965fd5e13619d24e968db6b2af1c04167d6.tar.bz2 | |
Direnv: Update to 0.1.72
Closes #7741.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/direnv.rb | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/Library/Formula/direnv.rb b/Library/Formula/direnv.rb index 8719e340e..3011ddc76 100644 --- a/Library/Formula/direnv.rb +++ b/Library/Formula/direnv.rb @@ -2,8 +2,8 @@ require 'formula' class Direnv < Formula homepage 'https://github.com/zimbatm/direnv' - url 'https://github.com/zimbatm/direnv/tarball/v0.1.65' - md5 'fbcedf4ddd5ae2e2fa1760a4ef4280c6' + url 'https://github.com/zimbatm/direnv/tarball/v0.1.72' + md5 '34fecdff4bc6a5cbe4890ad14e5f3438' head 'https://github.com/zimbatm/direnv.git' @@ -14,4 +14,21 @@ class Direnv < Formula bin.mkpath ln_s libexec+'direnv', bin+'direnv' end + + def caveats + <<-EOS.undent + One last step. + + At the END of your ~/.bashrc or ~/.zshrc, add the following line: + + eval `direnv hook $0` + + I mean, AFTER rvm, git-prompt and friends :) + + Reload your shell, done. + + See the wiki for docs and examples: + https://github.com/zimbatm/direnv/wiki/ + EOS + end end |
