use package manager antidote
This commit is contained in:
parent
2019dae683
commit
e092d77237
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ alias ll="ls -al"
|
||||||
zsh_plugins=${ZDOTDIR:-$HOME}/.zsh_plugins
|
zsh_plugins=${ZDOTDIR:-$HOME}/.zsh_plugins
|
||||||
if [[ ! ${zsh_plugins}.zsh -nt ${zsh_plugins}.txt ]]; then
|
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
|
antidote bundle <${zsh_plugins}.txt >${zsh_plugins}.zsh
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue