diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2016-01-17 03:02:03 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2016-01-17 03:02:03 +0300 |
commit | 01e4e8d324804e8048342a92a48ea1e40977d488 (patch) | |
tree | 1246c75d80c05288008a621a6764435f8475f3e6 /powerlevel9k.zsh-theme | |
parent | 701053aa73cbcfd39d890e7cdb1219c19e2af9ce (diff) |
Added "visual identifier" concept to `icons_test` segment.
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rwxr-xr-x | powerlevel9k.zsh-theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 500c7dc4..c8879dbc 100755 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -459,7 +459,7 @@ prompt_icons_test() { # 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: ${icons[$key]}" + "$1_prompt_segment" "$0" "$2" "$random_color" "$next_color" "$key" "$key" done } |