diff --git a/runcoms/zshenv b/runcoms/zshenv index f065c52..b73b0c5 100644 --- a/runcoms/zshenv +++ b/runcoms/zshenv @@ -21,8 +21,7 @@ if command -v direnv &> /dev/null; then eval "$(direnv hook zsh)" fi -if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/.nix-profile/etc/profile.d/nix.sh; fi -if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/etc/profile.d/nix.sh; fi # added by Nix installer +if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer if [ -e $HOME/.cargo/env ]; then . "$HOME/.cargo/env"; fi export PATH="$HOME/.dotfiles/bin:$HOME/.local/bin:$PATH"