add warp to strategy script

This commit is contained in:
Dimitar Nizamov 2024-01-19 20:42:33 +01:00
parent 89adeec3e9
commit 7ab48fdf80

View File

@ -43,6 +43,8 @@ get_strategy() {
echo "kitty" echo "kitty"
elif [[ "$options" =~ "alacritty" ]]; then elif [[ "$options" =~ "alacritty" ]]; then
echo "alacritty" echo "alacritty"
elif [[ "$options" =~ "warp" ]]; then
echo "warp"
else else
# Terminal.app is the default console app # Terminal.app is the default console app
echo "terminal" echo "terminal"