From 01aca56c1ddf6bbadb4868ed54a9c25de5709481 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 16 Mar 2024 18:16:48 +0100 Subject: [PATCH] Fix spelling. --- home-manager/modules/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/shell.nix b/home-manager/modules/shell.nix index 901efa8..77a275e 100644 --- a/home-manager/modules/shell.nix +++ b/home-manager/modules/shell.nix @@ -3,7 +3,7 @@ # But we all know I love zsh programs.zsh = { enable = true; - autosuggestions.enable = true; + autosuggestion.enable = true; enableCompletion = true; history.path = "${config.xdg.dataHome}/zsh/history"; dotDir = ".config/zsh";