summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rwxr-xr-xinternal/p10k.zsh12
1 files changed, 0 insertions, 12 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index a67d730b..ecae64b5 100755
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -1570,18 +1570,6 @@ prompt_detect_virt() {
}
################################################################
-# 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() {
_p9k_parse_ip $_POWERLEVEL9K_IP_INTERFACE || return