From 1aac37c777efb6804af7eec1bf3ef02856636fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 24 Nov 2019 10:39:35 +0000 Subject: [PATCH] do not print error message --- nixos/programs/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/programs/zsh.nix b/nixos/programs/zsh.nix index 11a2952f..3c5d26e0 100644 --- a/nixos/programs/zsh.nix +++ b/nixos/programs/zsh.nix @@ -45,7 +45,7 @@ export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"; ''; envExtra = '' - if [[ -z `nixos-version` ]]; then + if [[ ! -x nixos-version ]]; then source /home/cyryl/.nix-profile/etc/profile.d/nix.sh export NIX_PATH="$HOME/.nix-defexpr/channels:$NIX_PATH" echo "non-nixos patches loaded"