fix(wezterm): update title
This commit is contained in:
@@ -3,7 +3,7 @@ local wezterm = require("wezterm")
|
|||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
function M.setup()
|
function M.setup()
|
||||||
wezterm.on('format-window-title', function() return "wezterm" end)
|
wezterm.on('format-window-title', function() return "WezTerm" end)
|
||||||
wezterm.on(
|
wezterm.on(
|
||||||
'format-tab-title',
|
'format-tab-title',
|
||||||
function(tab, _, _, _, _, _)
|
function(tab, _, _, _, _, _)
|
||||||
|
|||||||
Reference in New Issue
Block a user