From 04372341dbeaa6c4092c40eaafcc1eff7ebb9cb3 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Wed, 26 Mar 2025 01:58:43 -0400 Subject: [PATCH] enable completion --- users/alice/home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/alice/home/zsh.nix b/users/alice/home/zsh.nix index c75399d..940b742 100644 --- a/users/alice/home/zsh.nix +++ b/users/alice/home/zsh.nix @@ -5,6 +5,7 @@ enable = true; autosuggestion.enable = true; + enableCompletion = true; oh-my-zsh = { enable = true; plugins = [