From d81a21be578cd02f4d0da5ea347473db3581afab Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 12 Mar 2023 22:50:55 -0400 Subject: update with changes from flake --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index c8344e8..d7a004c 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -10,7 +10,7 @@ local cache_path="${XDG_CACHE_HOME}/zsh" local zdump="${cache_path}/zdump" local antidote_dir="${ZDOTDIR}/.antidote" - # bootstrap antidote +# bootstrap antidote if [[ ! -e "$antidote_dir/antidote.zsh" ]] then git clone --depth=1 https://github.com/mattmc3/antidote.git "$antidote_dir" -- cgit v1.2.3