fix(wezterm): update title

This commit is contained in:
2024-07-31 21:55:41 +02:00
parent 2b72bb84b5
commit 6a0d88359d
+1 -1
View File
@@ -3,7 +3,7 @@ local wezterm = require("wezterm")
local M = {}
function M.setup()
wezterm.on('format-window-title', function() return "wezterm" end)
wezterm.on('format-window-title', function() return "WezTerm" end)
wezterm.on(
'format-tab-title',
function(tab, _, _, _, _, _)