feat: add alacritty to the list of auto start terminals

This commit is contained in:
Chris Minton
2020-12-01 00:00:06 +00:00
parent 26eb5ffce0
commit 154e386bbe
3 changed files with 75 additions and 0 deletions

View File

@ -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"