mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
4505710565
- Default value is set to static '$HOME/.zsh_history' -- dotDir is not prepended anymore - $HOME is not prepended to the option value - Ensure history path directory exists Fixes #886, replaces #427.
7 lines
311 B
Nix
7 lines
311 B
Nix
{
|
|
zsh-session-variables = ./session-variables.nix;
|
|
zsh-history-path-new-default = ./history-path-new-default.nix;
|
|
zsh-history-path-new-custom = ./history-path-new-custom.nix;
|
|
zsh-history-path-old-default = ./history-path-old-default.nix;
|
|
zsh-history-path-old-custom = ./history-path-old-custom.nix;
|
|
}
|