mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
Replace individual setopt statements with array-based loops for cfg.setOptions. Use lib.hm.zsh.define for consistent array formatting and add unset statements to clean up temporary variables, improving consistency with other zsh optimizations. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>