From dc22a8459624b77bec14151f2a08b55f0a3719b8 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 15 Nov 2021 14:57:27 -0800 Subject: [PATCH] add nix, cargo to zshenv --- runcoms/zshenv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runcoms/zshenv b/runcoms/zshenv index 3c57e34..16057a7 100644 --- a/runcoms/zshenv +++ b/runcoms/zshenv @@ -24,3 +24,5 @@ if command -v direnv &> /dev/null; then fi if [ -e ~/.nix-profile/etc/profile.d/nix.sh ]; then . ~/.nix-profile/etc/profile.d/nix.sh; fi +if [ -e /Users/alpha/.nix-profile/etc/profile.d/nix.sh ]; then . /Users/alpha/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer +. "$HOME/.cargo/env"