needless modifications
This commit is contained in:
parent
46f832ddc7
commit
9d1b56ddb3
1 changed files with 11 additions and 2 deletions
|
@ -5,8 +5,17 @@
|
||||||
[[ -d ${ZDOTDIR:-~}/.antidote ]] ||
|
[[ -d ${ZDOTDIR:-~}/.antidote ]] ||
|
||||||
git clone https://github.com/mattmc3/antidote ${ZDOTDIR:-~}/.antidote
|
git clone https://github.com/mattmc3/antidote ${ZDOTDIR:-~}/.antidote
|
||||||
|
|
||||||
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
|
|
||||||
antidote load
|
# antidote load
|
||||||
|
# a "faster" antidote load
|
||||||
|
zplugins=${ZDOTDIR:-~}/.zplugins
|
||||||
|
if [[ ! ${zplugins}.zsh -nt $zplugins ]]; then
|
||||||
|
(
|
||||||
|
source ${ZDOTDIR:-~}/.antidote/antidote.zsh
|
||||||
|
antidote bundle <${zplugins} > ${zplugins}.zsh
|
||||||
|
)
|
||||||
|
fi
|
||||||
|
source ${zplugins}.zsh
|
||||||
|
|
||||||
path=(
|
path=(
|
||||||
$HOME/{,.dotfiles/}{,s}bin(N)
|
$HOME/{,.dotfiles/}{,s}bin(N)
|
||||||
|
|
Loading…
Reference in a new issue