zshrc: add ~/.zfunc to fpath

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012aD7fG6BpN1HchyHeNXZb4
This commit is contained in:
mwiegand 2026-08-04 22:02:09 +02:00
parent 774e5183e5
commit 8ee998a6de
No known key found for this signature in database

1
.zshrc
View file

@ -3,6 +3,7 @@ setopt prompt_subst
autoload -Uz colors autoload -Uz colors
colors colors
fpath=(~/.zfunc $fpath)
autoload -Uz compinit autoload -Uz compinit
compinit compinit