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:
parent
774e5183e5
commit
8ee998a6de
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
|
@ -3,6 +3,7 @@ setopt prompt_subst
|
|||
autoload -Uz colors
|
||||
colors
|
||||
|
||||
fpath=(~/.zfunc $fpath)
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue