summary refs log tree commit diff stats
path: root/user/settings/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/zsh.nix')
-rw-r--r--user/settings/zsh.nix4
1 files changed, 1 insertions, 3 deletions
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"