From 08c29727e01a541f54f9161e08cbb10020d9d456 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sun, 1 May 2016 18:58:43 +0900 Subject: Add missing color definitions to __fish_init_1_50_0 reset. (#2987) * Add missing color definitions to __fish_init_1_50_0 reset. The values where determined by inspecting the values of: * fish_color_end * fish_color_user * fish_color_host after resetting the color theme via fish_config. * Add documentation for fish_color_user and fish_color_host. --- share/functions/__fish_config_interactive.fish | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'share/functions') diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index bca410ac..f8b08de6 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -46,8 +46,12 @@ function __fish_config_interactive -d "Initializations that should be performed set -q fish_color_error; or set -U fish_color_error red --bold set -q fish_color_escape; or set -U fish_color_escape cyan set -q fish_color_operator; or set -U fish_color_operator cyan + set -q fish_color_end; or set -U fish_color_end green set -q fish_color_quote; or set -U fish_color_quote brown set -q fish_color_autosuggestion; or set -U fish_color_autosuggestion 555 yellow + set -q fish_color_user; or set -U fish_color_user green + + set -q fish_color_host; or set -U fish_color_host normal set -q fish_color_valid_path; or set -U fish_color_valid_path --underline set -q fish_color_cwd; or set -U fish_color_cwd green -- cgit v1.2.3