Switch to starship, as p10k won't be maintained anymore.

This commit is contained in:
Bartek Stalewski 2024-05-22 17:36:05 +02:00
parent 8d6b7f378a
commit 768dbd9211
No known key found for this signature in database
3 changed files with 1 additions and 171 deletions

View file

@ -32,17 +32,13 @@ export WD_CONFIG=$XDG_CONFIG_HOME/wd_list
fpath=(~/.local/git/zsh_modules/wd $fpath)
# theme and colors
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
if [[ $(command -v vivid) ]]; then
export LS_COLORS=$(vivid generate molokai)
else
unset LS_COLORS
fi
tabs 2
eval "$(starship init zsh)"
# completion
zstyle ':completion:*' menu select