From d30901f0523415fa7fe5616d06c758353326cd74 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 10 Aug 2026 09:48:29 +0200 Subject: [PATCH] open kitty as the default terminal on macbook --- aerospace/bin/open-terminal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aerospace/bin/open-terminal.sh b/aerospace/bin/open-terminal.sh index eac927c..dda57b0 100644 --- a/aerospace/bin/open-terminal.sh +++ b/aerospace/bin/open-terminal.sh @@ -1 +1 @@ -open -n -a "alacritty.app" +open -n -a "kitty.app"