From 2aaa51e02e51386bf0143372f4626baa5fac0207 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 11 Dec 2020 20:55:09 +0100 Subject: [PATCH] Repaint also for fish_color_{host_remote,error} These are used in our prompts as well. --- share/functions/__fish_config_interactive.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/__fish_config_interactive.fish b/share/functions/__fish_config_interactive.fish index 8fe194794..68209dd2b 100644 --- a/share/functions/__fish_config_interactive.fish +++ b/share/functions/__fish_config_interactive.fish @@ -115,7 +115,7 @@ function __fish_config_interactive -d "Initializations that should be performed # autoloaded. # set -l varargs --on-variable fish_key_bindings - for var in user host cwd{,_root} status + for var in user host{,_remote} cwd{,_root} status error set -a varargs --on-variable fish_color_$var end function __fish_repaint $varargs -d "Event handler, repaints the prompt when fish_color_cwd* changes"