Switch to starship, as p10k won't be maintained anymore.
This commit is contained in:
parent
8d6b7f378a
commit
768dbd9211
3 changed files with 1 additions and 171 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue