mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
zsh: add $ANTIBODY environment variable
This commit is contained in:
parent
d4ec9a5f2e
commit
79dcf5e973
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user