From d1d2422485e2227c1e49586a1dc315ac472dfa8d Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sat, 2 Nov 2024 08:07:43 -0700 Subject: [PATCH] Add .local/share to $FPATH --- init.zsh | 1 + 1 file changed, 1 insertion(+) 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