summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2017-08-03 11:37:31 +0200
committerAlan Pearce2017-08-03 11:37:44 +0200
commitefa975ed49a33accf3d8c0d674320f26c9ec1cca (patch)
treec3610624bdf82be0d220751243fbc45defa2ae5d /zsh
parent91ddb83cbe0dfe03e9d2d3ea3984fc824407e5f9 (diff)
downloaddotfiles-efa975ed49a33accf3d8c0d674320f26c9ec1cca.tar.lz
dotfiles-efa975ed49a33accf3d8c0d674320f26c9ec1cca.tar.zst
dotfiles-efa975ed49a33accf3d8c0d674320f26c9ec1cca.zip
Emacs: Fix building emacs config files on macOS
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshenv1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshenv b/zsh/.config/zsh/.zshenv
index 87dda38..f82d0a2 100644
--- a/zsh/.config/zsh/.zshenv
+++ b/zsh/.config/zsh/.zshenv
@@ -18,6 +18,7 @@ then
   if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]]
   then
     . $HOME/.nix-profile/etc/profile.d/nix.sh;
+    export NIX_LINK
   fi
 
   case $OSTYPE in