fix: don't default to bash on unix

This commit is contained in:
2024-10-03 21:08:08 -04:00
parent 2ea0fe53c4
commit c40f4c5dd5
-2
View File
@@ -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