mirror of
https://github.com/tw93/Mole.git
synced 2026-02-17 11:30:26 +00:00
fix(raycast): keep Ghostty window open after command
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user