I have mounted a network share with NFS and when I do ls --color it highlights the directories with green which is very hard to see. What LS_COLORS key do I have to change to change the highlight color? Also once this is done do I have to add something to my bashrc so that this takes effect on every login?
I have mounted a network share with NFS and when I do ls –color
Share
I’be finally figured this out and I needed to edit the OPEN_WRITABLE flag in the dircolors. To do this I followed these steps:
dircolors -p .dircolorsedit ~/.bashrc and add the following
run
source ~/.bashrc