Updated deprecated zsh autosuggestion option name

This commit is contained in:
Emmet 2024-03-22 13:44:34 -05:00
parent 3cffd54525
commit 73c5e63bab

View file

@ -18,9 +18,9 @@ in
{ {
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableAutosuggestions = true; autosuggestion.enable = true;
enableCompletion = true;
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
enableCompletion = true;
shellAliases = myAliases; shellAliases = myAliases;
initExtra = '' initExtra = ''
PROMPT=" %U%F{magenta}%n%f%u@%U%F{blue}%m%f%u:%F{yellow}%~%f PROMPT=" %U%F{magenta}%n%f%u@%U%F{blue}%m%f%u:%F{yellow}%~%f