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

Improper directory colors in iterm/tmux session #18

Closed
ghost opened this issue Nov 3, 2020 · 1 comment · Fixed by #19
Closed

Improper directory colors in iterm/tmux session #18

ghost opened this issue Nov 3, 2020 · 1 comment · Fixed by #19

Comments

@ghost
Copy link

ghost commented Nov 3, 2020

There is an incorrect background color for directories with file permissions 0777. Below is a screenshot. It actually seems that the theme isn't working at all after going through the installation instructions.

https://imgur.com/gallery/8FRdVKC

I am using iTerm2/tmux/zsh.

This is in my .zshrc: test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors)

Any ideas?

@ghost
Copy link
Author

ghost commented Nov 10, 2020

I fixed this awhile ago, seemed to be an issue with the quotes around "~/.dir_colors".

@ghost ghost closed this as completed Nov 10, 2020
arcticicestudio pushed a commit that referenced this issue Nov 29, 2020
Removed the quotes from around `~/.dir_colors` in the installation
instructions. Before the shell specific tilde character was not resolved
via variable expansion but used as literal character instead. 

Co-authored-by: Arctic Ice Studio <development@arcticicestudio.com>
Co-authored-by: Sven Greb <development@svengreb.de>

Fixes GH-15
Fixes GH-18
Related to GH-11
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants