mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-27 04:58:08 +00:00
chore(zsh): tweak config
This commit is contained in:
@@ -18,12 +18,7 @@ export PATH="$XDG_BIN_HOME:$DOTFILES/local/bin:$HOME/.local/go/bin:$XDG_DATA_HOM
|
|||||||
|
|
||||||
x-load-configs
|
x-load-configs
|
||||||
|
|
||||||
x-have antidot && {
|
|
||||||
eval "$(antidot init)"
|
|
||||||
}
|
|
||||||
|
|
||||||
x-have oh-my-posh && {
|
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)"
|
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"
|
source "$DOTFILES/config/alias"
|
||||||
|
|
||||||
# Herd checks for a few environment variables to inject PHP binaries and configurations.
|
# Herd checks for a few environment variables to inject PHP binaries and configurations.
|
||||||
|
|||||||
Reference in New Issue
Block a user