1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-19 15:28:32 +02:00

zsh: add $ANTIBODY environment variable

This commit is contained in:
bretello 2021-01-15 01:34:40 +01:00
parent d4ec9a5f2e
commit 79dcf5e973
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -13,6 +13,7 @@ if [[ ! -d "${_ZSH_CACHE}" ]]; then mkdir -p "${_ZSH_CACHE}"; fi
# Source all zsh plugins
source <(antibody init)
export ANTIBODY="$(antibody home)"
antibody bundle < "$DOTFILES/antibody_plugins.txt"
uname="$(uname -a)"
if [[ $uname == *"ARCH"* || $uname == *"MANJARO"* ]]; then