From 717a6ee2f4ce6153f75bc066851cfffd8f7abb59 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 13 Jan 2026 13:31:26 +0000 Subject: [PATCH] Changed default justfile command --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 3de1dae..1ec7a8d 100644 --- a/justfile +++ b/justfile @@ -5,7 +5,7 @@ flake := "true" flatpak := "true" default: - @just --list + @just --choose _git-sync: git pull --recurse