home/zsh: partially disable slow compinit
This commit is contained in:
parent
7cdf122c58
commit
78939bbb55
|
@ -12,6 +12,9 @@
|
||||||
fpath+=(${pkgs.zsh-completions}/share/zsh/site-functions)
|
fpath+=(${pkgs.zsh-completions}/share/zsh/site-functions)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# TODO: Regenerate zcompdump with a systemd timer
|
||||||
|
completionInit = "autoload -Uz compinit && compinit -C";
|
||||||
|
|
||||||
history = {
|
history = {
|
||||||
extended = true;
|
extended = true;
|
||||||
ignoreDups = false;
|
ignoreDups = false;
|
||||||
|
|
Loading…
Reference in New Issue