mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-22 05:27:39 +00:00
We were previously overwriting PS0 on every PROMPT_COMMAND. We now append to PS0, but only if it doesn't already contain our hook. This is also more consistent with the bash-preexec behavior we maintain for older bash versions.