1
1
I apologize if this seems like a dumb question, but I can't seem to find the answer for it anywhere.
I need to have my home directory reset on my school computer, so I copied my important files to a USB, but when I copied the USB contents back onto the computer to make sure it copied them properly, I noticed that on one of my projects, the directories show up highlighted with yellow background and black text when I use ls, as opposed to the usual light blue color they normally show up in. What does this mean? I want to make sure this isn't a problem before I let them nuke my original files from my home directory.
I am using oh-my-zsh in iTerm2 with the default theme, running OSX Sierra. I've added pictures so you can see what I'm referring to. For some reason it only does it on 1 project and I can't seem to figure out why.
Normal LS colors:
'Highlighted' directory names:
EDIT - added ls -la
output, file *
output and echo $LSCOLORS
output
ls -la
output:
echo $LSCOLORS
output (same for both):
file *
output (same for both):
It would help to see an
ls -l
and afile *
of both directories and see how they differ. Also the output of "echo $LSCOLORS" would be nice to see. – Spiff – 2017-08-19T08:23:36.500@Spiff - I have edited the original post with those outputs, however I used
ls -la
instead ofls -l
because the output forls -l
was the same, it was just in a list instead. – Elliot Tregoning – 2017-08-19T21:45:06.077