1
0
mirror of https://github.com/akelge/zsh synced 2025-07-04 05:29:06 +00:00

Bump plugins and change compinit

This commit is contained in:
2024-05-26 08:02:53 +02:00
parent 495087ae48
commit 1ae598ea4e
3 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,13 @@
####################################################################################### #######################################################################################
# Start autocomplete # Start autocomplete
autoload -U compinit && compinit -u autoload -Uz compinit
if [[ -n "$HOME/.zcompdump(#qN.mh+24)" ]]; then
compinit
else
compinit -C
fi
autoload bashcompinit && bashcompinit autoload bashcompinit && bashcompinit
# allow approximate # allow approximate