Let's try p10k once again.

This commit is contained in:
Bartek Stalewski 2024-11-02 23:23:27 +01:00
parent 5bba098e1e
commit 4949188076
No known key found for this signature in database
3 changed files with 174 additions and 3 deletions

View file

@ -43,8 +43,13 @@ if [[ $(command -v vivid) ]]; then
else
unset LS_COLORS
fi
if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then
eval "$(oh-my-posh --config "${XDG_CONFIG_HOME}/omp/omp.toml" init zsh)"
# if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then
# eval "$(oh-my-posh --config "${XDG_CONFIG_HOME}/omp/omp.toml" init zsh)"
# fi
source "${ZDOTDIR}/p10k.zsh"
source ~/.local/git/zsh_modules/powerlevel10k/powerlevel10k.zsh-theme
if [[ -r "${XDG_CACHE_HOME}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# completion