Fix broken LS_COLORS

A comment was part of the configuration.
The comment didn't make sense anyway and got removed to fix broken
coloring.
This commit is contained in:
Daniel Siepmann 2022-03-07 09:22:06 +01:00
parent f678e68bd3
commit a62b3053a1
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -18,7 +18,7 @@
LESS = "-R -J -W -i -M";
LSCOLORS = "HxGxDxDxbxDxDxababcxcx";
LS_COLORS = "di=1;37:ln=1;36:so=1;33:pi=1;33:ex=31:bd=1;33:cd=1;33:su=30;41:sg=30;41:tw=32:ow=32 # I use this";
LS_COLORS = "di=1;37:ln=1;36:so=1;33:pi=1;33:ex=31:bd=1;33:cd=1;33:su=30;41:sg=30;41:tw=32:ow=32";
GREP_COLOR = "0;30;44";
TYPO3_CONTEXT = "Development/dsiepmann";