Directories with 777
permissions look pretty ugly when you list files (see first example in picture below).
This happens if you do ls
in /mnt/c/
in WSL.
Simply changing the background to light gray makes a big difference. While I was fiddling around I discovered that I quite like having directories to be orange.
You can change this by simply adding the following line to your .bashrc
/.zshrc
/etc. Make sure to put it before the line
source $ZSH/oh-my-zsh.sh
, otherwise the autocompletion will use the default colors. source