2019-04-26 22:21:18 +00:00
|
|
|
{
|
|
|
|
zsh-session-variables = ./session-variables.nix;
|
2019-10-28 10:11:44 +00:00
|
|
|
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;
|
2021-05-01 20:33:45 +00:00
|
|
|
zsh-history-ignore-pattern = ./history-ignore-pattern.nix;
|
2023-04-29 14:53:09 +00:00
|
|
|
zsh-history-substring-search = ./history-substring-search.nix;
|
2020-10-12 00:27:44 +00:00
|
|
|
zsh-prezto = ./prezto.nix;
|
2023-06-28 09:12:58 +00:00
|
|
|
zsh-syntax-highlighting = ./syntax-highlighting.nix;
|
2023-10-03 00:34:46 +00:00
|
|
|
zsh-abbr = ./zsh-abbr.nix;
|
2019-04-26 22:21:18 +00:00
|
|
|
}
|