From 977c5aa76953a03887397cdfaa462363d6a80d1f Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Tue, 6 Feb 2024 17:38:47 +0100 Subject: [PATCH] Enable ZSH completion by default --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index ef613b8..c62afa4 100644 --- a/zshrc +++ b/zshrc @@ -16,6 +16,8 @@ setopt hist_find_no_dups setopt prompt_subst setopt hist_ignore_space +autoload -U compinit; compinit + bindkey -v which task > /dev/null && which jq > /dev/null