chore(zsh): tweak config

This commit is contained in:
2024-06-16 08:52:44 +03:00
parent a3704f7db9
commit cf2f98d5c0

View File

@@ -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.