From 82698c179b08a864e10f660429e78cfdb05758b8 Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 24 Jul 2019 19:58:07 +0200 Subject: [PATCH] delete prompt_icons_test --- internal/p10k.zsh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index a67d730b..ecae64b5 100755 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -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() {