mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
3144311f31
It's pretty common to need multiple bindings to history-substring-search, since different terminals will send different keys for up/down. This does not break back-compatibility, and introduces a new test
10 lines
466 B
Nix
10 lines
466 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-history-substring-search = ./history-substring-search.nix;
|
|
zsh-prezto = ./prezto.nix;
|
|
}
|