Stop initializing fish_color_match, it is no longer used

This commit is contained in:
Charles Gould 2020-09-01 23:57:44 -04:00 committed by Fabian Homborg
parent 5e5b9d75e6
commit 6fd68d553d

View File

@ -51,9 +51,6 @@ function __fish_config_interactive -d "Initializations that should be performed
__init_uvar fish_color_cwd green
__init_uvar fish_color_cwd_root red
# Background color for matching quotes and parenthesis
__init_uvar fish_color_match --background=brblue
# Background color for search matches
__init_uvar fish_color_search_match bryellow --background=brblack