fix(wezterm): set title

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