diff --git a/init.zsh b/init.zsh index 010e048..3d46694 100644 --- a/init.zsh +++ b/init.zsh @@ -1,6 +1,7 @@ # Main zsh config file # Enable completions +FPATH="${HOME}/.local/share/zsh/site-functions:${FPATH}" autoload -U compinit && compinit # Some utility stuff