direnv 0.1.127
This commit is contained in:
parent
34e748c0f8
commit
5f7e7d2a2f
1 changed files with 3 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue