From 8b95397178c8c24618b64738f96d3ea6ced913e9 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Thu, 5 Oct 2023 00:12:49 +0300 Subject: [PATCH] fix(fish): use black color for pipes --- .config/fish/config.fish | 2 +- Console.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index ba30c0e..4822410 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -57,7 +57,7 @@ alias cii="export INIT_MAMBA=true && init_mamba" # [[file:../../Console.org::*Colors][Colors:1]] set fish_color_command cyan set fish_color_comment green -set fish_color_end white +set fish_color_end black set fish_color_error red set fish_color_escape yellow set fish_color_operator yellow diff --git a/Console.org b/Console.org index 873fca8..b0096a7 100644 --- a/Console.org +++ b/Console.org @@ -553,7 +553,7 @@ Fish seems to have hardcoded colorcodes in some color settings. I set these to b #+begin_src fish set fish_color_command cyan set fish_color_comment green -set fish_color_end white +set fish_color_end black set fish_color_error red set fish_color_escape yellow set fish_color_operator yellow