From 71c4be4850e3e03fc7176570a9d66002855683dd Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 6 Nov 2024 10:53:20 -0500 Subject: [PATCH] fix: update PowerShell executable to use pwsh.exe --- menus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menus.lua b/menus.lua index 43f8763..8a59a67 100644 --- a/menus.lua +++ b/menus.lua @@ -8,7 +8,7 @@ local launch_menu = {} if wezterm.target_triple == "x86_64-pc-windows-msvc" then table.insert(launch_menu, { label = "PowerShell", - args = { "powershell.exe", "-NoLogo" }, + args = { "pwsh.exe", "-NoLogo" }, }) -- Find installed visual studio version(s) and add their compilation