mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31: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 all zsh plugins
|
||||||
source <(antibody init)
|
source <(antibody init)
|
||||||
|
export ANTIBODY="$(antibody home)"
|
||||||
antibody bundle < "$DOTFILES/antibody_plugins.txt"
|
antibody bundle < "$DOTFILES/antibody_plugins.txt"
|
||||||
uname="$(uname -a)"
|
uname="$(uname -a)"
|
||||||
if [[ $uname == *"ARCH"* || $uname == *"MANJARO"* ]]; then
|
if [[ $uname == *"ARCH"* || $uname == *"MANJARO"* ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user