Skip to content

Commit d1c89b2

Browse files
committed
zsh: adapt to breaking history.path changes
Fix issue with nix-community/home-manager#6089
1 parent 19d061d commit d1c89b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/zsh.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ in
2121
autosuggestion.enable = true;
2222
enableCompletion = true;
2323
completionInit = "autoload -U compinit && compinit -C"; # add caching to save ~50ms load time
24-
history.path = "$ZDOTDIR/.zsh_history";
2524

2625
sessionVariables = {
2726
ZSH_AUTOSUGGEST_MANUAL_REBIND = true; # faster prompt

0 commit comments

Comments
 (0)