diff --git a/dots/.config/wezterm/config/tabbar.lua b/dots/.config/wezterm/config/tabbar.lua index a6df4dc7..a0037170 100644 --- a/dots/.config/wezterm/config/tabbar.lua +++ b/dots/.config/wezterm/config/tabbar.lua @@ -72,6 +72,7 @@ wezterm.on("update-right-status", function(window, pane) -- a URL object here, making this simple! ---@diagnostic disable-next-line: undefined-field cwd = cwd_uri.file_path + cwd = cwd:gsub(wezterm.home_dir, "~") ---@diagnostic disable-next-line: undefined-field hostname = cwd_uri.host or wezterm.hostname() end