aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-06 20:14:19 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-02-06 20:14:19 -0800
commit382ffe9b6af14a8a42a4dfc4f93338a956ea9c27 (patch)
tree3d3ed84253003884c4cd80992a4fde0c3bde0851 /share/functions
parente5b34d5cd56081c6c29950f61de514f586e62643 (diff)
Added autosuggestion color variable fish_color_autosuggestion
Fixed that nasty bug where fish would apply a color to both the foreground and background (yuck)
Diffstat (limited to 'share/functions')
-rw-r--r--share/functions/__fish_config_interactive.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish
index 7ec8215e..3c243ee5 100644
--- a/share/functions/__fish_config_interactive.fish
+++ b/share/functions/__fish_config_interactive.fish
@@ -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