From c5787eac1757e0d2179734f639ffc7134d49c443 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 7 May 2025 14:28:25 +0200 Subject: [PATCH] wip --- yazi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi.sh b/yazi.sh index cb85bc4..ca0c96a 100644 --- a/yazi.sh +++ b/yazi.sh @@ -7,7 +7,7 @@ } if command_exists curl; then - eval <"$(curl -fsSL https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh)" + eval "$(curl -fsSL https://git.k4li.de/scripts/imports/raw/branch/main/distros.sh)" else echo "curl is required, but missing.." exit 1