Skip to content

Commit 07d6877

Browse files
committed
chore(wezterm): show process name
1 parent be2cf9f commit 07d6877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/wezterm/lib/helpers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ local process_icons = {
2828

2929
function M.get_process(tab)
3030
local process_name = tab.active_pane.foreground_process_name:match("([^/\\]+)$")
31-
local icon = process_icons[process_name] or wezterm.nerdfonts.seti_checkbox_unchecked
31+
local icon = process_icons[process_name] or process_name
3232

3333
return icon
3434
end

0 commit comments

Comments
 (0)