updated to use powershell 7 as the default term

This commit is contained in:
Daveanand Mannie
2024-09-07 15:47:13 -04:00
parent 3ff404b1a0
commit 18c5e0f5cf
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ local wezterm = require("wezterm")
local config = wezterm.config_builder()
-- workspace dir default
config.default_cwd = "C:/Users/support/Desktop/workspace"
config.default_prog = { "C:/Program Files/PowerShell/7/pwsh.exe" , '-nologo'}
--styles
config.harfbuzz_features = { "calt=0", "clig=0", "liga=0" }