From ee45c4211d79dfb3b62531cc4f974ac3932e5131 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 23 Aug 2022 23:41:58 -0400 Subject: yep --- .config/zsh/.zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/zsh/.zshrc') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 1b345af..9a83c30 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -6,14 +6,15 @@ antidote_dir="${ZDOTDIR}/.antidote" # plugins :) if [[ ! -d ${antidote_dir} ]] then - git clone https://github.com/mattmc3/antidote.git ${antidote_dir}/.antidote + git clone https://github.com/mattmc3/antidote.git ${antidote_dir} fi if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi -source ${antidote_dir}/antidote.zsh && antidote load +source $antidote_dir/antidote.zsh +antidote load unset antidote_dir # zmodules -- cgit v1.2.3