Typo on website?
Closed this issue · 1 comments
xfzv commented
from "Ultra high performance install" section in https://getantidote.github.io/install:
unset antidote_dir plugins_file static_file
Shouldn't it be instead
unset antidote_dir plugins_txt static_file
?
plugins_file
is never defined:
# ~/.zshrc
# You can change the names/locations of these if you prefer.
antidote_dir=${ZDOTDIR:-~}/.antidote
plugins_txt=${ZDOTDIR:-~}/.zsh_plugins.txt
static_file=${ZDOTDIR:-~}/.zsh_plugins.zsh
mattmc3 commented
Thank you! Good catch. Fixed.