mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
5709b5f953
The corresponding variable is `HISTORY_IGNORE` described in zshparam(1).
9 lines
401 B
Nix
9 lines
401 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;
|
|
zsh-history-ignore-pattern = ./history-ignore-pattern.nix;
|
|
zsh-prezto = ./prezto.nix;
|
|
}
|