Switch to oh-my-posh.
This commit is contained in:
parent
27b42564b7
commit
da19c0a6c9
3 changed files with 88 additions and 2 deletions
|
@ -39,8 +39,9 @@ if [[ $(command -v vivid) ]]; then
|
|||
else
|
||||
unset LS_COLORS
|
||||
fi
|
||||
export STARSHIP_CACHE="$XDG_CACHE_HOME"/starship
|
||||
eval "$(STARSHIP_CACHE="$XDG_CACHE_HOME"/starship starship init zsh)"
|
||||
if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then
|
||||
eval "$(oh-my-posh --config ${XDG_CONFIG_HOME}/omp/omp.toml init zsh)"
|
||||
fi
|
||||
|
||||
# completion
|
||||
zstyle ':completion:*' menu select
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue