From 89b75a2c548aa123503eadd89acd7bb8b9797a9d Mon Sep 17 00:00:00 2001 From: Jared Tyler Miller Date: Sun, 14 Dec 2025 14:08:48 -0500 Subject: [PATCH] Add powershell to justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index b1f5238..dd7e2db 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -# use bash +set windows-shell := ["powershell.exe", "-NoLogo", "-Command"] set shell := ["bash", "-c"] default: