Skip to main content
added 5 characters in body
Source Link
Rucent88
  • 1.9k
  • 5
  • 24
  • 37

Make all directories display the same normal color. Copy/paste Run this to the end of the file ~/.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 

Start a new terminal to see the changes

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' 

Start a new terminal to see the changes

Source Link
Rucent88
  • 1.9k
  • 5
  • 24
  • 37

Make all directories display the same. Copy/paste Run this

$ echo "export LS_COLORS+=':tw=01;34:ow=01;34:st=01;34'" >> ~/.bashrc 

Start a new terminal to see the changes