Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have to unset $LS_COLORS #22

Closed
danstewart opened this issue Apr 26, 2018 · 4 comments
Closed

Have to unset $LS_COLORS #22

danstewart opened this issue Apr 26, 2018 · 4 comments

Comments

@danstewart
Copy link

Hi,

I need to add export LS_COLORS="" to my .bashrc to allow the nord colors to apply when using ls --color.
I'm using Fedora 27.

Have I done something wrong or is this something that can be added to the install script?

Thanks

@arcticicestudio
Copy link
Contributor

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?

@danstewart
Copy link
Author

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

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Apr 28, 2018

Right now I don't know if we're talking about the same 😄
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.

@danstewart
Copy link
Author

I'm just dense and didn't realise they were separate things, thanks for the help 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants