This commit is contained in:
2026-05-26 15:01:41 +02:00
parent 789ca8a41c
commit 8aa0d0ff61
9 changed files with 293 additions and 293 deletions
@@ -1,5 +1,5 @@
if [ -d "$HOME/.zfunc" ]; then
fpath=($HOME/.zfunc $fpath)
fpath=($HOME/.zfunc $fpath)
fi
if [ -d "$HOME/.zsh/completions" ]; then
@@ -9,9 +9,9 @@ fi
# Cache compinit: only regenerate dump once daily
autoload -Uz compinit
if [[ -n ${ZDOTDIR:-$HOME}/.zcompdump(#qN.mh+24) ]]; then
compinit
compinit
else
compinit -C
compinit -C
fi
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'