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 = [