I have installed GitHub for Windows recently and am using the git bash prompt – the one thing that is bugging me right now is when I type LS all directories are listed in blue.
How do I change my git bash shell so that when I type LS the directories are listed in a different color to blue?
This is not specifically a git issue but more the shell that you are using. On MINGW32 using Git 2.9+:
DIR 01;37 # Attribute=bold; Text color=whiteDIR_COLORS File:
Also see the following posts:
For older version of Git, the
bash_profileinGit_Installation\etcfolder got the colors to change: