mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 08:22:45 +08:00
Stop initializing fish_color_match, it is no longer used
This commit is contained in:
parent
5e5b9d75e6
commit
6fd68d553d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user