Removed ZSH autocomplete as it was slowing down terminal startup

This commit is contained in:
2026-03-11 15:53:37 +01:00
parent 059b424d87
commit 8de85492a6

View File

@ -19,7 +19,6 @@
#To reset powerlevel10k, write 'p10k configure' in shell!
promptInit = ''
source ${pkgs.zsh-autocomplete}/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh
source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme
# Make and move the cursor on the command line, even when in the menu
@ -35,7 +34,6 @@
pkgs.zsh-completions
pkgs.zsh-powerlevel10k
pkgs.zsh-syntax-highlighting
pkgs.zsh-autocomplete
pkgs.zsh-autosuggestions
];
}