Added autosuggestion color variable fish_color_autosuggestion

Fixed that nasty bug where fish would apply a color to both the foreground and background (yuck)
This commit is contained in:
ridiculousfish
2012-02-06 20:14:19 -08:00
parent e5b34d5cd5
commit 382ffe9b6a
8 changed files with 59 additions and 39 deletions

View File

@@ -113,7 +113,7 @@ function __fish_config_interactive -d "Initializations that should be performed
set_default fish_color_match cyan
# Background color for search matches
set_default fish_color_search_match purple
set_default fish_color_search_match --background=purple
# Pager colors
set_default fish_pager_color_prefix cyan