diff options
| author | 2026-01-17 16:36:33 +0100 | |
|---|---|---|
| committer | 2026-01-17 16:36:33 +0100 | |
| commit | cf25673b74128ee7989f9a6b4a16b967d57b2a18 (patch) | |
| tree | 752ed576c9d1571af5dda3ae142916c639f364dd /dot_config/zsh/zshenv | |
| parent | zsh: improve grml compat, performance (diff) | |
zsh: fix nullglob in path initialization, dot-script getting hashed
Diffstat (limited to '')
| -rw-r--r-- | dot_config/zsh/zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_config/zsh/zshenv b/dot_config/zsh/zshenv index c45b643..e38dde8 100644 --- a/dot_config/zsh/zshenv +++ b/dot_config/zsh/zshenv @@ -7,6 +7,7 @@ export EDITOR HISTFILE PAGER NOPATHHELPER=1 zstyle :grml:completion:compinit arguments -iC +setopt nullglob path=(~/bin ~/.local/share/sh ~/.local/*/bin /opt/*/bin {/usr,}{/local,}/{s,}bin) fpath[1,0]=("$ZDOTDIR"/functions) |
