Поддержка xterm

This commit is contained in:
Andrei Astafev 2022-12-27 14:30:50 +03:00
parent 188e40834e
commit 566cca7844
2 changed files with 1657 additions and 1 deletions

1652
.p10k.8colors.zsh Normal file

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,11 @@ if is-at-least 5.3; then
if [[ -r "$ZDOTDIR/.p10k.user.zsh" ]]; then
source "$ZDOTDIR/.p10k.user.zsh"
else
[[ -r "$ZDOTDIR/.p10k.zsh" ]] && source "$ZDOTDIR/.p10k.zsh"
if [[ "$TERM" = "xterm" ]]; then
[[ -r "$ZDOTDIR/.p10k.8colors.zsh" ]] && source "$ZDOTDIR/.p10k.8colors.zsh"
else
[[ -r "$ZDOTDIR/.p10k.zsh" ]] && source "$ZDOTDIR/.p10k.zsh"
fi
fi
else
zinit light agkozak/agkozak-zsh-prompt