WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ls colors  (Read 1814 times)

Offline georgp24

  • Jr. Member
  • **
  • Posts: 58
ls colors
« on: November 05, 2013, 04:06:41 PM »
with "ls --color=never" you can turn off the colors "ls" is using. But this only works for one call of "ls" on Core Linux. Is there a way to turn these colors off for the entire session?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: ls colors
« Reply #1 on: November 05, 2013, 04:34:02 PM »
Look at the aliases in ~/.ashrc.

Offline georgp24

  • Jr. Member
  • **
  • Posts: 58
Re: ls colors
« Reply #2 on: November 05, 2013, 05:09:44 PM »
Thank you very much that worked! I added "--color=never" to the alias for "ls" in that file.