mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-27 04:31:02 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| default.nix | ||
| history-ignore-pattern.nix | ||
| history-path-new-custom.nix | ||
| history-path-new-default.nix | ||
| history-path-old-custom.nix | ||
| history-path-old-default.nix | ||
| history-substring-search.nix | ||
| prezto.nix | ||
| session-variables.nix | ||
| syntax-highlighting.nix | ||
| zsh-abbr.nix | ||
| zshrc-content-priorities.nix | ||