Sfoglia il codice sorgente

fix(zsh): automatically load completions

Joe 1 anno fa
parent
commit
bd44bf7544
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .config/zsh/.zshrc

+ 2 - 0
.config/zsh/.zshrc

@@ -39,6 +39,8 @@ setopt HIST_REDUCE_BLANKS
 # as described in the project's issue tracker:
 # https://github.com/romkatv/powerlevel10k/issues/888#issuecomment-657969840
 
+autoload -Uz compinit
+compinit
 autoload -Uz vcs_info
 precmd_vcs_info() { vcs_info }
 setopt prompt_subst