Enable ZSH completion by default
This commit is contained in:
parent
f08e1712cf
commit
977c5aa769
1 changed files with 2 additions and 0 deletions
2
zshrc
2
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
|
||||
|
|
Loading…
Reference in a new issue