leftovers

This commit is contained in:
Zackarias Montell
2025-06-10 16:39:00 +02:00
parent 437b94dce1
commit 4857157d2c
5 changed files with 36 additions and 22 deletions

View File

@@ -1,6 +1,13 @@
local wezterm = require("wezterm")
local act = wezterm.action
local default_prog = { "pwsh.exe", "-NoProfile", "-Command", "& { . ~/.profile.ps1; $host.EnterNestedPrompt() }" }
local default_prog = {
"pwsh.exe",
"-ExecutionPolicy",
"Bypass",
"-NoProfile",
"-Command",
"& { . ~/.profile.ps1; $host.EnterNestedPrompt() }",
}
return {
default_prog = default_prog,