From b3bb7ea3fffc94e79ae23b56a386baedbe93c57a Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 28 Oct 2020 15:49:01 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20experimenting=20with=20nix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.zshenv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.zshenv b/home/.zshenv index 9a556fe..181d7c9 100644 --- a/home/.zshenv +++ b/home/.zshenv @@ -16,3 +16,5 @@ export CVS_RSH=ssh # Load asdf . $(brew --prefix asdf)/asdf.sh + +[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ] && . $HOME/.nix-profile/etc/profile.d/nix.sh \ No newline at end of file