diff options
| author | 2026-01-26 23:03:22 +0100 | |
|---|---|---|
| committer | 2026-01-26 23:03:22 +0100 | |
| commit | 340f4e3d776584978be48de625825ad41e4e1176 (patch) | |
| tree | 209d9688bf861cb7127fb75ff19ecf76771e9967 | |
| parent | zsh: initialize histfile directory if nonexistent (diff) | |
zsh: add functions.local to fpath
| -rw-r--r-- | dot_config/zsh/zshenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/zsh/zshenv b/dot_config/zsh/zshenv index 2818dfd..da2dff9 100644 --- a/dot_config/zsh/zshenv +++ b/dot_config/zsh/zshenv @@ -15,6 +15,6 @@ xzsource() { xzsource zshenv.pre -fpath[1,0]=($ZDOTDIR/functions) +fpath[1,0]=($ZDOTDIR/functions.local $ZDOTDIR/functions) xzsource zshenv.{local,post} |
