Skip to content

Commit

Permalink
Remove hardcoded --color=hl fzf flag
Browse files Browse the repository at this point in the history
  • Loading branch information
peterldowns committed Nov 4, 2024
1 parent b6e1b22 commit 9c9f024
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/-ftb-fzf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ FZF_DEFAULT_OPTS=$fzf_default_opts SHELL=$ZSH_NAME $fzf_command \
--ansi \
--bind=$binds \
--bind="${switch_group[1]}:reload($reload_command -1),${switch_group[2]}:reload($reload_command 1)" \
--color=hl:$(( header_lines == 0 ? 188 : 255 )) \
--cycle \
--delimiter='\x00' \
--expect=$continuous_trigger,$print_query,$accept_line \
Expand Down

0 comments on commit 9c9f024

Please sign in to comment.