mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
fix(fish): use black color for pipes
This commit is contained in:
parent
b1e48f9d12
commit
8b95397178
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ alias cii="export INIT_MAMBA=true && init_mamba"
|
||||||
# [[file:../../Console.org::*Colors][Colors:1]]
|
# [[file:../../Console.org::*Colors][Colors:1]]
|
||||||
set fish_color_command cyan
|
set fish_color_command cyan
|
||||||
set fish_color_comment green
|
set fish_color_comment green
|
||||||
set fish_color_end white
|
set fish_color_end black
|
||||||
set fish_color_error red
|
set fish_color_error red
|
||||||
set fish_color_escape yellow
|
set fish_color_escape yellow
|
||||||
set fish_color_operator yellow
|
set fish_color_operator yellow
|
||||||
|
|
|
||||||
|
|
@ -553,7 +553,7 @@ Fish seems to have hardcoded colorcodes in some color settings. I set these to b
|
||||||
#+begin_src fish
|
#+begin_src fish
|
||||||
set fish_color_command cyan
|
set fish_color_command cyan
|
||||||
set fish_color_comment green
|
set fish_color_comment green
|
||||||
set fish_color_end white
|
set fish_color_end black
|
||||||
set fish_color_error red
|
set fish_color_error red
|
||||||
set fish_color_escape yellow
|
set fish_color_escape yellow
|
||||||
set fish_color_operator yellow
|
set fish_color_operator yellow
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue