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:
@@ -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
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user