We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2cf9f commit 07d6877Copy full SHA for 07d6877
config/wezterm/lib/helpers.lua
@@ -28,7 +28,7 @@ local process_icons = {
28
29
function M.get_process(tab)
30
local process_name = tab.active_pane.foreground_process_name:match("([^/\\]+)$")
31
- local icon = process_icons[process_name] or wezterm.nerdfonts.seti_checkbox_unchecked
+ local icon = process_icons[process_name] or process_name
32
33
return icon
34
end
0 commit comments