1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-17 14:58:53 +00:00

fix(raycast): keep Ghostty window open after command

This commit is contained in:
tw93
2026-02-14 20:37:00 +08:00
parent 0cde1041f9
commit 4a63ce330f

View File

@@ -181,7 +181,7 @@ APPLESCRIPT
;; ;;
Ghostty) Ghostty)
if launcher_available "Ghostty" && command -v open >/dev/null 2>&1; then 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 \$? return \$?
fi fi
;; ;;