From 6fd68d553d18d2c9f2951cae36c641ebc20d7043 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Tue, 1 Sep 2020 23:57:44 -0400 Subject: [PATCH] Stop initializing fish_color_match, it is no longer used --- share/functions/__fish_config_interactive.fish | 3 --- 1 file changed, 3 deletions(-) diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 1bb79650f..e01aae8f0 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -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