From 8629173cbd310c21eee3cd77d98598323419e7b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Sun, 18 Jan 2026 22:48:39 +0100 Subject: zsh: move fpath handling into zshenv fpath isn't exported, so it can't get "inherited" by non-login shells this could technically also be in zshrc though... --- dot_config/zsh/zshenv | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot_config/zsh/zshenv') diff --git a/dot_config/zsh/zshenv b/dot_config/zsh/zshenv index 0327691..62eea7e 100644 --- a/dot_config/zsh/zshenv +++ b/dot_config/zsh/zshenv @@ -13,4 +13,6 @@ xzsource() { xzsource zshenv.pre +fpath[1,0]=($ZDOTDIR/functions) + xzsource zshenv.{local,post} -- cgit v1.2.3