summaryrefslogtreecommitdiff
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorseth <[email protected]>2022-08-23 23:41:58 -0400
committerseth <[email protected]>2022-08-23 23:41:58 -0400
commitee45c4211d79dfb3b62531cc4f974ac3932e5131 (patch)
treebdd23010e6c9f47bb2eba4c90aa4b2f8dbc561fc /.config/zsh/.zshrc
parent9fe4b9e8ba1ccb1b197f202ada0b961a73f2830f (diff)
yep
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc5
1 files changed, 3 insertions, 2 deletions
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