diff options
| author | 2026-01-18 22:48:39 +0100 | |
|---|---|---|
| committer | 2026-01-18 22:48:39 +0100 | |
| commit | 8629173cbd310c21eee3cd77d98598323419e7b2 (patch) | |
| tree | 791aab1180b53a198063f51ed93854edb057d3c5 /dot_config/zsh/.chezmoiignore | |
| parent | zsh: prompt debugging... (diff) | |
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...
Diffstat (limited to '')
| -rw-r--r-- | dot_config/zsh/.chezmoiignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/zsh/.chezmoiignore b/dot_config/zsh/.chezmoiignore index 945b26b..68ef3ad 100644 --- a/dot_config/zsh/.chezmoiignore +++ b/dot_config/zsh/.chezmoiignore @@ -1,3 +1,4 @@ +.* *.pre *.local *.post |
