Fix typo setting fish_color_error (#5577)

This commit is contained in:
Matan Kushner 2019-01-23 20:34:28 -05:00 committed by Aaron Gyes
parent e9f0a8cf2c
commit 4567d3ae52

View File

@ -46,7 +46,7 @@ function __fish_config_interactive -d "Initializations that should be performed
set -q fish_color_param || set -U fish_color_param 00afff
set -q fish_color_redirection || set -U fish_color_redirection 00afff
set -q fish_color_comment || set -U fish_color_comment 990000
set -q fish_color_errorset -U fish_color_error ff0000
set -q fish_color_error || set -U fish_color_error ff0000
set -q fish_color_escape || set -U fish_color_escape 00a6b2
set -q fish_color_operator || set -U fish_color_operator 00a6b2
set -q fish_color_end || set -U fish_color_end 009900