mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
check for truecolor before offering snazzy
This commit is contained in:
parent
7144ebb465
commit
fc7178ad92
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ function ask_color_scheme() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
elif [[ $style == pure ]]; then
|
elif [[ $style == pure && $has_truecolor == 1 ]]; then
|
||||||
while true; do
|
while true; do
|
||||||
clear
|
clear
|
||||||
flowing -c "%BPrompt Colors%b"
|
flowing -c "%BPrompt Colors%b"
|
||||||
|
|
Loading…
Reference in a new issue