removed powerlevel10k, as i dont use it anymore

This commit is contained in:
Nikolas Weger 2020-09-04 19:06:35 +02:00
parent 9be241829f
commit e007eb5a58
5 changed files with 19 additions and 1033 deletions

View file

@ -1,16 +1,9 @@
if [ "$THEME" = "powerlevel" ]; then
[[ -r "$HOME/.cache/p10k-instant-prompt-${(%):-%n}.zsh" ]] && source "$HOME/.cache/p10k-instant-prompt-${(%):-%n}.zsh"
fi
source "$ZDOTDIR/exports.zsh"
source "$ZDOTDIR/dircolor.zsh"
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
if [ "$THEME" = "powerlevel" ]; then
source "$HOME/.config/p10k/powerlevel10k.zsh-theme"
fi
mkdir -p $HOME/.cache/zsh
autoload -Uz compinit bashcompinit
compinit -d $HOME/.cache/zsh/compdump
bashcompinit
@ -19,10 +12,7 @@ for file in $ZDOTDIR/libs/*.zsh; do source "$file"; done
for file in $ZDOTDIR/plgs/*.zsh; do source "$file"; done
[[ -f "$ZDOTDIR/local/rc.zsh" ]] && source "$ZDOTDIR/local/rc.zsh"
[[ -f "$ZDOTDIR/.p10k.zsh" ]] && source "$ZDOTDIR/.p10k.zsh"
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
if [ "$THEME" = "starship" ]; then
eval "$(starship init zsh)"
fi
eval "$(starship init zsh)"