From 73c5e63babed53252aa5fc16ebd4ccb1c2428cf7 Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 22 Mar 2024 13:44:34 -0500 Subject: [PATCH] Updated deprecated zsh autosuggestion option name --- user/shell/sh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/shell/sh.nix b/user/shell/sh.nix index ff3467b..b96d8b2 100644 --- a/user/shell/sh.nix +++ b/user/shell/sh.nix @@ -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