From 6bfc2181a837a4a9486fc1f854a213bb459f935e Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 13 May 2023 00:14:02 +0200 Subject: [PATCH] wezterm: Add icon for deploy-rs --- home/config/wezterm/config.fnl | 1 + 1 file changed, 1 insertion(+) 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"}