diff options
Diffstat (limited to 'modules/shell/zsh.nix')
| -rw-r--r-- | modules/shell/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix index c844564..b786356 100644 --- a/modules/shell/zsh.nix +++ b/modules/shell/zsh.nix @@ -44,7 +44,7 @@ in { syntaxHighlighting.enable = true; autocd = true; defaultKeymap = "viins"; - dotDir = ".config/zsh"; + dotDir = config.home.manager.xdg.configHome; history = { size = 10000; |
