Skip to content
Commit 1e211a70 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by xeji
Browse files

nixos/zsh: use `escapeShelLArg' for shell aliases (#47471)

Previously single quotes were used by default for aliases and the module
never warned about possible collisions when having a shell alias which
relies on single quotes.

Adding `escapeShellArg` works around this fixes the issue and ensures that a
properly quoted value is written to `/etc/zshrc`.
parent c4bd58d3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment