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 = {
enable = true;
enableAutosuggestions = true;
enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
enableCompletion = true;
shellAliases = myAliases;
initExtra = ''
PROMPT=" %U%F{magenta}%n%f%u@%U%F{blue}%m%f%u:%F{yellow}%~%f