aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------private0
-rw-r--r--profile2
2 files changed, 1 insertions, 1 deletions
diff --git a/private b/private
-Subproject 571a9717c5273a3aecccb9c5419b2754561962c
+Subproject 88840e604568d14e0e8bdc0f21bdfa1e7b91691
diff --git a/profile b/profile
index 8ea4bb2..92ea6ef 100644
--- a/profile
+++ b/profile
@@ -23,7 +23,7 @@ if [ "$(tty)" = "/dev/tty1" ]; then
fi
# Nix
-[ ! -f "$HOME/.nix-profile/etc/profile.d/nix.sh" ] || \
+[ -f "$HOME/.nix-profile/etc/profile.d/nix.sh" ] && \
. "$HOME/.nix-profile/etc/profile.d/nix.sh" # added by Nix installer
echo