From cf6225b884ceaa55fccd31f4a15812ef0924064e Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 28 Nov 2023 10:18:46 +0100 Subject: [PATCH] Isn't an option in this version --- home-manager/program-configs/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/program-configs/zsh.nix b/home-manager/program-configs/zsh.nix index e61cb4b..f4da504 100644 --- a/home-manager/program-configs/zsh.nix +++ b/home-manager/program-configs/zsh.nix @@ -24,7 +24,7 @@ enableCompletion = true; historySubstringSearch.enable = true; syntaxHighlighting.enable = true; - zsh-abbr.enable = true; + #zsh-abbr.enable = true; oh-my-zsh = { enable = true; plugins = [