Add .local/share to $FPATH

This commit is contained in:
Alexander Rosenberg 2024-11-02 08:07:43 -07:00
parent 50389ec227
commit d1d2422485
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

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