lost text highlighting terminal

Asked by hedbag

I've lost the text highlighting (e.g. blue for directories etc) on my terminal.
This happened after I installed several sets of packages (about 1300)
I'm using Gnome Terminal 2.16.1

I tried changing the themes and found I could get different global colors for the text but not selective highlighting for different types of "file"

any help?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
Christoffer Karvonen
Solved:
Last query:
Last reply:
Revision history for this message
Best Christoffer Karvonen (xopher) said :
#1

Does this do what you want?: ls --color=auto

If so, just add this to your ~/.bashrc file:

alias ls='ls --color=auto'

Revision history for this message
hedbag (hedbag) said :
#2

Cheers! That's what I was looking for. I should've tried man ls
:)