init
This commit is contained in:
commit
b4cdb80b5c
137 changed files with 6383 additions and 0 deletions
9
zsh/.config/zsh/.zshrc
Normal file
9
zsh/.config/zsh/.zshrc
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue