Let's try p10k once again.
This commit is contained in:
parent
5bba098e1e
commit
4949188076
3 changed files with 174 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue