You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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>
FixesGH-15FixesGH-18
Related to GH-11
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?
The text was updated successfully, but these errors were encountered: