From cf2f98d5c08553f6168a2b594755d49fd2351f90 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 16 Jun 2024 08:52:44 +0300 Subject: [PATCH] chore(zsh): tweak config --- base/zshrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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.