all repos — nixfiles @ d9605e6ecc873a9362b1e8a875d544a69346d02d

System and user configuration, managed by nix and home-manager

Add direnv

Alan Pearce
commit

d9605e6ecc873a9362b1e8a875d544a69346d02d

parent

141afbe008591928e92c2f11287b2a1d11c49b9b

2 files changed, 3 insertions(+), 0 deletions(-)

jump to
M BrewfileBrewfile
@@ -1,3 +1,4 @@
+install direnv install emacs --cocoa --srgb --with-gnutls install fasd install git
M zsh/environment.zshzsh/environment.zsh
@@ -46,3 +46,5 @@ os=osx
esac export os + +eval "$(direnv hook zsh)"