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"