From 4a63ce330f8b59856ba6e007b31810847b7b2778 Mon Sep 17 00:00:00 2001 From: tw93 Date: Sat, 14 Feb 2026 20:37:00 +0800 Subject: [PATCH] fix(raycast): keep Ghostty window open after command --- scripts/setup-quick-launchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-quick-launchers.sh b/scripts/setup-quick-launchers.sh index af0984e..64a3784 100755 --- a/scripts/setup-quick-launchers.sh +++ b/scripts/setup-quick-launchers.sh @@ -181,7 +181,7 @@ APPLESCRIPT ;; Ghostty) if launcher_available "Ghostty" && command -v open >/dev/null 2>&1; then - open -na "Ghostty" --args -e /bin/zsh -lc "\${MO_BIN} \${MO_SUBCOMMAND}" + open -na "Ghostty" --args -e /bin/zsh -lc "\"\${MO_BIN}\" \${MO_SUBCOMMAND}; exec /bin/zsh -l" return \$? fi ;;