From fe692475ccb6a797b619438f270c115fcf321e83 Mon Sep 17 00:00:00 2001 From: Harry Vince <47283812+harryvince@users.noreply.github.com> Date: Thu, 13 Apr 2023 16:43:14 +0100 Subject: [PATCH] feat: add htop & top support (#10) --- bin/tmux-nerd-font-window-name | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/tmux-nerd-font-window-name b/bin/tmux-nerd-font-window-name index b65bf4b..c8c3341 100755 --- a/bin/tmux-nerd-font-window-name +++ b/bin/tmux-nerd-font-window-name @@ -21,6 +21,9 @@ get_icon() { tmux) echo "" ;; + htop | top) + echo "" + ;; fish | zsh | bash | tcsh) echo "$SHELL_ICON" ;;