diff options
-rw-r--r-- | Brewfile | 1 | ||||
-rwxr-xr-x | zsh/environment.zsh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Brewfile b/Brewfile index d5359ad..ae3e09d 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 65000fb..02cdb17 100755 --- a/zsh/environment.zsh +++ b/zsh/environment.zsh @@ -46,3 +46,5 @@ case $OSTYPE in esac export os + +eval "$(direnv hook zsh)" |