[UPDATED] Changed default workspace dir
This commit is contained in:
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user