direnv 0.1.154
Closes Homebrew/homebrew#18826. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4acb4b50b6
commit
926aa012ef
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Direnv < Formula
|
class Direnv < Formula
|
||||||
homepage 'http://www.direnv.net'
|
homepage 'http://www.direnv.net'
|
||||||
url 'https://github.com/zimbatm/direnv/archive/v0.1.151.tar.gz'
|
url 'https://github.com/zimbatm/direnv/archive/v0.1.154.tar.gz'
|
||||||
sha1 '5cb7487602fa69e1c81e6448aec59336d1537baf'
|
sha1 '86a87d7d3c193666ffde47b1fe52dfb2847786ff'
|
||||||
|
|
||||||
head 'https://github.com/zimbatm/direnv.git'
|
head 'https://github.com/zimbatm/direnv.git'
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ class Direnv < Formula
|
||||||
|
|
||||||
def caveats; <<-EOS.undent
|
def caveats; <<-EOS.undent
|
||||||
At the END of your ~/.bashrc or ~/.zshrc, add the following line:
|
At the END of your ~/.bashrc or ~/.zshrc, add the following line:
|
||||||
eval `direnv hook $0`
|
eval "$(direnv hook $0)"
|
||||||
|
|
||||||
See the wiki for docs and examples:
|
See the wiki for docs and examples:
|
||||||
https://github.com/zimbatm/direnv/wiki/
|
https://github.com/zimbatm/direnv/wiki/
|
||||||
|
|
Loading…
Reference in a new issue