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:
parent
6eaa39e370
commit
82698c179b
1 changed files with 0 additions and 12 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue