Skip to content

Commit

Permalink
wezterm: add local
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanamiiiii committed Jan 13, 2025
1 parent 53c302e commit bca7935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ config.keys = {

-- WSL
if is_windows then
wsl_dist = wezterm.default_wsl_domains()
local wsl_dist = wezterm.default_wsl_domains()
for idx, dom in ipairs(wsl_dist) do
dom.default_cwd = "~"
end
Expand Down

0 comments on commit bca7935

Please sign in to comment.