From a5ae9c7b72a8ac766eee2e9b93237393dc3c6292 Mon Sep 17 00:00:00 2001 From: Lea Date: Tue, 9 Jun 2026 16:22:48 +0200 Subject: [PATCH] Lackadaisical bins were not added to PATH. --- ld.source | 1 + 1 file changed, 1 insertion(+) diff --git a/ld.source b/ld.source index 2729a75..79b9c1b 100755 --- a/ld.source +++ b/ld.source @@ -404,3 +404,4 @@ source "/etc/lackadaisical/daisy.command.source" export LD_AVAILABLE=1 [ -d "$LD_FOLDER" ] && export LD_AVAILABLE=1 +export PATH="$LD_FOLDER:$PATH"