mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-21 17:59:39 +01:00
Right now the `zsh.prezto` module ignores the contents of the
`zsh.{profile,login,logout,env}Extra` options, so it means that if you
try to set, e.g., `zsh.profileExtra = "something";` this option will be
(silently) ignored.
This commit fixes another issue: since the main `zsh` module sets
`home.file."${relToDotDir".zshenv"}".text` while `zsh.prezto` set the
same file using `.source`, `zsh.prezto` would have priority so the
environment variables from Home-Manager would not be loaded in non-NixOS
systems. Now that we are using `.text` for both, the issue is fixed.
|
||
|---|---|---|
| .. | ||
| aliases.nix | ||
| 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 | ||