1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-12 08:10:07 +00:00

delete prompt_icons_test

This commit is contained in:
romkatv 2019-07-24 19:58:07 +02:00
parent 6eaa39e370
commit 82698c179b

View file

@ -1569,18 +1569,6 @@ prompt_detect_virt() {
fi
}
################################################################
# Test icons
prompt_icons_test() {
for key in ${(@k)icons}; do
# The lower color spectrum in ZSH makes big steps. Choosing
# the next color has enough contrast to read.
local random_color=$((RANDOM % 8))
local next_color=$((random_color+1))
"$1_prompt_segment" "$0" "$2" "$random_color" "$next_color" "$key" 0 '' "$key"
done
}
################################################################
# Segment to display the current IP address
prompt_ip() {