mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14: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-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.
|
||||
|
||||
Reference in New Issue
Block a user