summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
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"