We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad74a0 commit 51ca4c3Copy full SHA for 51ca4c3
1 file changed
chezmoi/dot_config/zsh/conf.d/004-plugin-manager.zsh.tmpl
@@ -41,6 +41,7 @@ if [[ ! -s "$zsh_plugins_zsh" || ! "$zsh_plugins_zsh" -nt "$zsh_plugins_txt" ]];
41
fi
42
else
43
git clone --depth=1 https://github.com/mattmc3/antidote.git ${ZDOTDIR:-~}/.antidote
44
+ antidote_script="${zsh_config_root}/.antidote/antidote.zsh"
45
source "$antidote_script"
46
antidote bundle <"$zsh_plugins_txt" >|"$zsh_plugins_zsh"
47
if [[ ! -f "$zsh_plugins_zwc" || "$zsh_plugins_zsh" -nt "$zsh_plugins_zwc" ]]; then
0 commit comments