Поддержка xterm
This commit is contained in:
parent
188e40834e
commit
566cca7844
1652
.p10k.8colors.zsh
Normal file
1652
.p10k.8colors.zsh
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user