diff options
| author | Adam Vandenberg | 2012-02-12 22:19:19 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-12 22:19:19 -0800 |
| commit | 94e1581b8e87e4d6a5853562eced6826fb026108 (patch) | |
| tree | 86d4c15f25644612b4b02eb7779f6617c15f8bcd | |
| parent | 91a5986ac768f96ecea7534924779de2e6588acc (diff) | |
| download | homebrew-94e1581b8e87e4d6a5853562eced6826fb026108.tar.bz2 | |
direnv 0.1.127
| -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 |
