From 7ab48fdf80110f97ccf3b1e5f753cc879383e443 Mon Sep 17 00:00:00 2001 From: Dimitar Nizamov Date: Fri, 19 Jan 2024 20:42:33 +0100 Subject: [PATCH] add warp to strategy script --- scripts/handle_tmux_automatic_start/osx_enable.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/handle_tmux_automatic_start/osx_enable.sh b/scripts/handle_tmux_automatic_start/osx_enable.sh index 38e6537..fdd41b4 100755 --- a/scripts/handle_tmux_automatic_start/osx_enable.sh +++ b/scripts/handle_tmux_automatic_start/osx_enable.sh @@ -43,6 +43,8 @@ get_strategy() { echo "kitty" elif [[ "$options" =~ "alacritty" ]]; then echo "alacritty" + elif [[ "$options" =~ "warp" ]]; then + echo "warp" else # Terminal.app is the default console app echo "terminal"