From 1af240d7d6ea531390eca8184ed05c86739ad05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 20 Sep 2021 13:35:10 +0200 Subject: profile: tweak the nix syntax --- private | 2 +- profile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/private b/private index 571a971..88840e6 160000 --- a/private +++ b/private @@ -1 +1 @@ -Subproject commit 571a9717c5273a3aecccb9c5419b2754561962c2 +Subproject commit 88840e604568d14e0e8bdc0f21bdfa1e7b91691a 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 -- cgit v1.2.3