Files
home-manager/modules/lib
Austin Horstman c7c139f742 zsh: escape double-quoted values
The zsh value renderer emits strings in double quotes so session variables can still expand references such as $HOME. Embedded quotes, backslashes, and backticks were not escaped, which could corrupt generated zsh code or trigger command substitution.

Escape those double-quote-sensitive characters while preserving dollar expansion for existing session-variable semantics.
2026-06-01 21:22:13 -05:00
..
2026-04-13 22:02:40 -05:00
2026-01-08 14:29:57 +01:00
2026-05-20 23:09:02 -05:00
2026-04-08 16:00:28 -05:00
2026-06-01 21:22:13 -05:00