diff --git a/share/tools/web_config/sample_prompts/disco.fish b/share/tools/web_config/sample_prompts/disco.fish index 6d981bb56..8da59d83f 100644 --- a/share/tools/web_config/sample_prompts/disco.fish +++ b/share/tools/web_config/sample_prompts/disco.fish @@ -36,7 +36,7 @@ function fish_prompt # Prompt status only if it's not 0 set -l prompt_status - test $last_status -ne 0; and set prompt_status (set_color $fish_color_error)"[$last_status]$normal" + test $last_status -ne 0; and set prompt_status (set_color $fish_color_status)"[$last_status]$normal" # Only show host if in SSH or container # Store this in a global variable because it's slow and unchanging