[UPDATED] Changed default workspace dir

This commit is contained in:
Daveanand Mannie
2024-10-24 19:43:09 -04:00
parent 50fcdb702f
commit faaf6b41fd
2 changed files with 18 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
local wezterm = require("wezterm")
local config = wezterm.config_builder()
-- workspace dir default
config.default_cwd = "C:/Users/support/Desktop/workspace"
config.default_cwd = "C:/Users/support/workspace"
-- default term prog can be changed with cli args
config.default_prog = { "C:/Program Files/PowerShell/7/pwsh.exe", "-nologo" }