mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-11-17 00:08:47 +00:00
add warp to strategy script
This commit is contained in:
parent
89adeec3e9
commit
7ab48fdf80
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user