From c40f4c5dd546cbe77319d5f1d9c552877bd06739 Mon Sep 17 00:00:00 2001 From: rootiest Date: Thu, 3 Oct 2024 21:08:08 -0400 Subject: [PATCH] fix: don't default to bash on unix --- platform.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform.lua b/platform.lua index 1c3524b..b7142a4 100644 --- a/platform.lua +++ b/platform.lua @@ -28,8 +28,6 @@ if myos == "win" then opts.default_prog = { "pwsh.exe" } opts.window_background_opacity = 0 opts.win32_system_backdrop = "Mica" -else - opts.default_prog = { "bash" } end -- Return the opts table