Closed a-gruzdev closed 5 months ago
x
-D
export NNN_COLORS=1234
nnn
nnn -D
There is an option -D that should use context color for directories, as documentation says.
But when I launch nnn -D , all directories use some default color
If I understand correctly it should work like nnn -C
nnn -C
I did some investigation/debugging and made a fix here #1898
Environment details (Put
x
in the checkbox along with the information)-D
export NNN_COLORS=1234
nnn
masterExact steps to reproduce the issue
nnn -D
in any terminalThere is an option
-D
that should use context color for directories, as documentation says.But when I launch
nnn -D
, all directories use some default colorIf I understand correctly it should work like
nnn -C