diff --git a/.zshrc b/.zshrc index 31f01db..5251d3e 100644 --- a/.zshrc +++ b/.zshrc @@ -215,6 +215,9 @@ if [[ -f ~/.zshrc.local ]]; then source $HOME/.zshrc.local fi +fpath=(~/.zsh/completions $fpath) +autoload -U compinit && compinit + # space SPACESHIP_DIR_SHOW="${SPACESHIP_DIR_SHOW=true}" SPACESHIP_DIR_PREFIX="${SPACESHIP_DIR_PREFIX="in "}"