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 --- profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile') 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