mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2025-09-08 02:47:01 +00:00
feat: add alacritty to the list of auto start terminals
This commit is contained in:
@ -41,6 +41,8 @@ get_strategy() {
|
||||
echo "iterm"
|
||||
elif [[ "$options" =~ "kitty" ]]; then
|
||||
echo "kitty"
|
||||
elif [[ "$options" =~ "alacritty" ]]; then
|
||||
echo "alacritty"
|
||||
else
|
||||
# Terminal.app is the default console app
|
||||
echo "terminal"
|
||||
|
Reference in New Issue
Block a user