dotfiles/zsh/.config/zsh/.zshrc
2025-04-21 12:17:14 -03:00

9 lines
225 B
Bash

source $ZDOTDIR/init.zsh
# Initialize completions with defer
autoload -Uz compinit
if [ "$(date +'%j')" != "$(stat -f '%Sm' -t '%j' ~/.zcompdump 2>/dev/null)" ]; then
zsh-defer compinit
else
zsh-defer compinit -C
fi