Paths containing single quotes would break the generated bash -c script. Use printf '%q' to safely escape both variables, matching the existing PROMPT escaping approach.
Paths containing single quotes would break the generated bash -c script. Use printf '%q' to safely escape both variables, matching the existing PROMPT escaping approach.