summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Brewfile1
-rwxr-xr-xzsh/environment.zsh2
2 files changed, 3 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile
index d5359ad6..ae3e09dc 100644
--- a/Brewfile
+++ b/Brewfile
@@ -1,3 +1,4 @@
+install direnv
 install emacs --cocoa --srgb --with-gnutls
 install fasd
 install git
diff --git a/zsh/environment.zsh b/zsh/environment.zsh
index 65000fb8..02cdb178 100755
--- a/zsh/environment.zsh
+++ b/zsh/environment.zsh
@@ -46,3 +46,5 @@ case $OSTYPE in
 esac
 
 export os
+
+eval "$(direnv hook zsh)"