Closed danstewart closed 6 years ago
This sounds like a problem with your LS_COLORS
setup or your're also affected by the problem reported in #19. Can you please test if it works when your're following the instructions posed in #19?
I tried
export GIO_EXTRA_MODULES=/usr/lib/x86_64-linux-gnu/gio/modules
./nord.sh
but no luck.
This also fixes the issue: dircolors -p > ~/.dircolors
From this AskUbuntu question.
Also found this question on ask.fedoraproject.
Looks like Fedora uses /etc/DIR_COLORS.256color
Right now I don't know if we're talking about the same :smile:
This theme only sets the colors that are available for the shell to use. It does not modify the colors for the ls
command, that's the part of the Nord dircolors theme.
I'm just dense and didn't realise they were separate things, thanks for the help :smile:
Hi,
I need to add
export LS_COLORS=""
to my.bashrc
to allow the nord colors to apply when usingls --color
. I'm using Fedora 27.Have I done something wrong or is this something that can be added to the install script?
Thanks