Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Make all directories display the same normal color. Copy/paste Run this to the end of the file ~/.bashrc
~/.bashrc
$ echo "exportexport LS_COLORS+=':tw=01;34:ow=01;34:st=01;34'" >> ~/.bashrcst=01;34'
Start a new terminal to see the changes
Make all directories display the same. Copy/paste Run this
$ echo "export LS_COLORS+=':tw=01;34:ow=01;34:st=01;34'" >> ~/.bashrc
Make all directories the same normal color. Copy/paste this to the end of the file ~/.bashrc
export LS_COLORS+=':tw=01;34:ow=01;34:st=01;34'