Skip to content

Commit 51ca4c3

Browse files
committed
fix(zsh): repair antidote fallback bootstrap after fresh clone
1 parent 7ad74a0 commit 51ca4c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

chezmoi/dot_config/zsh/conf.d/004-plugin-manager.zsh.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ if [[ ! -s "$zsh_plugins_zsh" || ! "$zsh_plugins_zsh" -nt "$zsh_plugins_txt" ]];
4141
fi
4242
else
4343
git clone --depth=1 https://github.com/mattmc3/antidote.git ${ZDOTDIR:-~}/.antidote
44+
antidote_script="${zsh_config_root}/.antidote/antidote.zsh"
4445
source "$antidote_script"
4546
antidote bundle <"$zsh_plugins_txt" >|"$zsh_plugins_zsh"
4647
if [[ ! -f "$zsh_plugins_zwc" || "$zsh_plugins_zsh" -nt "$zsh_plugins_zwc" ]]; then

0 commit comments

Comments
 (0)