Enable ZSH completion by default

This commit is contained in:
Talia 2024-02-06 17:38:47 +01:00
parent f08e1712cf
commit 977c5aa769
Signed by: darkwiiplayer
GPG Key ID: 7808674088232B3E
1 changed files with 2 additions and 0 deletions

2
zshrc
View File

@ -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