fix(fish): use black color for pipes

This commit is contained in:
Pavel Korytov 2023-10-05 00:12:49 +03:00
parent b1e48f9d12
commit 8b95397178
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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