1
0
mirror of https://github.com/akelge/zsh synced 2025-09-19 04:12:53 +00:00

Improve compinit and plugins

This commit is contained in:
2024-10-30 09:39:21 +01:00
parent 05eb0c7819
commit 9dd1f6819f
3 changed files with 17 additions and 16 deletions

View File

@ -2,11 +2,12 @@
# Start autocomplete
autoload -Uz compinit
if [[ -n "$HOME/.zcompdump(#qN.mh+24)" ]]; then
for dump in ~/.zcompdump(N.mh+24); do
compinit
else
compinit -C
fi
touch ~/.zcompdump
done
compinit -C
autoload bashcompinit && bashcompinit