From 55eac23885bdf56568960eb9afe0b6e9a50f6d14 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 22 Jul 2020 19:27:51 -0700 Subject: [PATCH] nix --- runcoms/zshenv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runcoms/zshenv b/runcoms/zshenv index 6e8a104..3c57e34 100644 --- a/runcoms/zshenv +++ b/runcoms/zshenv @@ -22,3 +22,5 @@ fi if command -v direnv &> /dev/null; then eval "$(direnv hook zsh)" fi + +if [ -e ~/.nix-profile/etc/profile.d/nix.sh ]; then . ~/.nix-profile/etc/profile.d/nix.sh; fi