diff --git a/home/config/wezterm/config.fnl b/home/config/wezterm/config.fnl index 50a3e22..9c42286 100644 --- a/home/config/wezterm/config.fnl +++ b/home/config/wezterm/config.fnl @@ -26,6 +26,7 @@ (where t (t:find "^upp%s")) {: title :icon " " :color colors.nix} (where t (t:find "^nrsw%s")) {: title :icon " " :color colors.nix} (where t (t:find "^ngc%s")) {: title :icon " " :color colors.nix} + (where t (t:find "^deploy%s")) {: title :icon " " :color colors.nix} (where t (t:find "^ssh%s")) {: title :icon " " :color colors.ssh} (where t (t:find "^scp%s")) {: title :icon " " :color colors.ssh} (where t (t:find :^ytdl)) {: title :icon " " :color "#FF0000"}