1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-27 04:31:02 +01:00
home-manager/tests/modules/programs/zsh
Qiming Chu 7832b5aa95
zsh: refactor zsh configuration for better order control over .zshrc (#6479)
* zsh: add initContent option for custom .zshrc content insertion

- Users can add content anywhere by using `lib.mkOrder`, `lib.mkBefore`
and `lib.mkAfter` custom configurations.
- Add test cases to verify the insertion of content before and after
existing configurations in `.zshrc`.
consolidate zshrc content tests into a single priorities test
2025-03-13 14:37:11 +01:00
..
default.nix zsh: refactor zsh configuration for better order control over .zshrc (#6479) 2025-03-13 14:37:11 +01:00
history-ignore-pattern.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
history-path-new-custom.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
history-path-new-default.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
history-path-old-custom.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
history-path-old-default.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
history-substring-search.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
prezto.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
session-variables.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
syntax-highlighting.nix zsh: correct syntax option to syntax-highlighting (#5792) 2025-03-08 19:37:10 +01:00
zsh-abbr.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00
zshrc-content-priorities.nix zsh: refactor zsh configuration for better order control over .zshrc (#6479) 2025-03-13 14:37:11 +01:00