use package manager antidote

This commit is contained in:
Anthony Rodriguez 2023-06-19 10:08:42 +02:00
parent 2019dae683
commit e092d77237
No known key found for this signature in database
GPG key ID: 838541960B42C340

View file

@ -31,7 +31,7 @@ alias ll="ls -al"
zsh_plugins=${ZDOTDIR:-$HOME}/.zsh_plugins
if [[ ! ${zsh_plugins}.zsh -nt ${zsh_plugins}.txt ]]; then
(
source $HOME/.antidote/antidote.zsh
source /usr/share/zsh-antidote/antidote.zsh
antidote bundle <${zsh_plugins}.txt >${zsh_plugins}.zsh
)
fi