From 9a0180ea9ab5408a1384df5f100c0a4fb9cd300d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 8 Mar 2023 07:51:58 +0100 Subject: zsh: let home-manager manage zsh compinit --- user/settings/zsh.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'user/settings/zsh.nix') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 3da0a098..e3a9efe9 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -42,7 +42,7 @@ in { enable = true; enableAutosuggestions = true; - enableCompletion = false; + enableCompletion = true; defaultKeymap = "emacs"; dotDir = ".config/zsh"; @@ -197,8 +197,6 @@ in { initExtra = '' - autoload -Uz compinit - compinit -C typeset -T GHQ_ROOT ghq_root export GHQ_ROOT="$HOME/projects" -- cgit 1.4.1