a0869759be
GitOrigin-RevId: ac319fd3149b23a3ad8ee24cb2def6e67acf194c
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;
|
|
}
|