Skip to content

Commit

Permalink
remove hardcoded default color of ANSI white
Browse files Browse the repository at this point in the history
  • Loading branch information
peterldowns committed Nov 4, 2024
1 parent 9c9f024 commit 0a8f9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/-ftb-generate-complist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local -A word_map=()
(( $#_ftb_compcap == 0 )) && return

-ftb-zstyle -s show-group show_group || show_group=full
-ftb-zstyle -s default-color default_color || default_color=$'\x1b[37m'
-ftb-zstyle -s default-color default_color || default_color=''
-ftb-zstyle -s prefix prefix || {
zstyle -m ':completion:*:descriptions' format '*' && prefix='·'
}
Expand Down

0 comments on commit 0a8f9f5

Please sign in to comment.