leftovers
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user