From 8ee998a6de3807ac601dee148898e45440a43815 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Tue, 4 Aug 2026 22:02:09 +0200 Subject: [PATCH] zshrc: add ~/.zfunc to fpath Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_012aD7fG6BpN1HchyHeNXZb4 --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 4888045..3798f82 100644 --- a/.zshrc +++ b/.zshrc @@ -3,6 +3,7 @@ setopt prompt_subst autoload -Uz colors colors +fpath=(~/.zfunc $fpath) autoload -Uz compinit compinit