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"