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