dev: automated commit - 2025-09-05 14:49:59
This commit is contained in:
parent
6018f7b0dc
commit
c84dfa059e
9 changed files with 555 additions and 251 deletions
|
|
@ -1,9 +1,12 @@
|
|||
source $ZDOTDIR/init.zsh
|
||||
|
||||
# Initialize completions with defer
|
||||
# Initialize completions immediately
|
||||
autoload -Uz compinit
|
||||
if [ "$(date +'%j')" != "$(stat -f '%Sm' -t '%j' ~/.zcompdump 2>/dev/null)" ]; then
|
||||
zsh-defer compinit
|
||||
compinit
|
||||
else
|
||||
zsh-defer compinit -C
|
||||
compinit -C
|
||||
fi
|
||||
|
||||
# Load completion registrations
|
||||
source $ZDOTDIR/completions.zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue