diff --git a/base/zshrc b/base/zshrc index 87a4762..19cc73c 100755 --- a/base/zshrc +++ b/base/zshrc @@ -18,12 +18,7 @@ export PATH="$XDG_BIN_HOME:$DOTFILES/local/bin:$HOME/.local/go/bin:$XDG_DATA_HOM x-load-configs -x-have antidot && { - eval "$(antidot init)" -} - x-have oh-my-posh && { - # eval "$(oh-my-posh init zsh --config $XDG_CONFIG_HOME/omp/own.json)" eval "$(oh-my-posh init zsh --config $XDG_CONFIG_HOME/omp/own.toml)" } @@ -94,6 +89,10 @@ x-have pyenv && { } } +x-have antidot && { + eval "$(antidot init)" +} + source "$DOTFILES/config/alias" # Herd checks for a few environment variables to inject PHP binaries and configurations.