From c824e9880765bf8dc0b2a8fa3b54dc25e8d75c33 Mon Sep 17 00:00:00 2001 From: Daniel Jankowski Date: Mon, 4 Nov 2024 19:56:44 +0100 Subject: [PATCH] fix: justfile for zellij 0.41.1 --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index a5c5362..fd42e59 100644 --- a/justfile +++ b/justfile @@ -13,7 +13,7 @@ build: # Build zjstatus with tracing and start a zellij session with the dev layout. run: build - zellij -l ./plugin-dev-workspace.kdl -s zjstatus-dev + zellij -n ./plugin-dev-workspace.kdl -s zjstatus-dev # Watch and run tests with nextest. test: