diff options
Diffstat (limited to 'user/settings')
-rw-r--r-- | user/settings/zsh.nix | 4 |
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" |