Skip to content

Commit

Permalink
chore(wezterm): show process name
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv committed Mar 27, 2024
1 parent be2cf9f commit 07d6877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/wezterm/lib/helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local process_icons = {

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

return icon
end
Expand Down

0 comments on commit 07d6877

Please # to comment.