diff options
| -rw-r--r-- | Library/Formula/direnv.rb | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/Library/Formula/direnv.rb b/Library/Formula/direnv.rb index 031a20eb3..6b40d490e 100644 --- a/Library/Formula/direnv.rb +++ b/Library/Formula/direnv.rb @@ -2,8 +2,8 @@ require 'formula' class Direnv < Formula homepage 'http://www.direnv.net' - url 'https://github.com/zimbatm/direnv/tarball/v0.1.109' - md5 'a3ddab0323037533be3b942683188742' + url 'https://github.com/zimbatm/direnv/tarball/v0.1.127' + md5 '0a0f7a2d738b97c8976fe7e28c4e062c' head 'https://github.com/zimbatm/direnv.git' @@ -11,18 +11,10 @@ class Direnv < Formula system "make install DESTDIR=#{prefix}" end - def caveats - <<-EOS.undent - One last step. - + def caveats; <<-EOS.undent 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 |
