14 Jan 2015

bash: change dir colors

check if you have the file $HOME/.dircolors

if not, create a new one by typing #  dircolors --print-databas > $HOME/.dircolors 

now, open it and modify che line "DIR 01;34" with something like "DIR 01;35".
(from blue to magenta)

save the file and relogin.

*******************
color table

30     Black    
31     Red    
32     Green    
33     Yellow    
34     Blue    
35     Magenta    
36     Cyan    
37     Light gray    
90     Dark gray    
91     Light red    
92     Light green    
93     Light yellow    
94     Light blue    
95     Light magenta    
96     Light cyan    
97     White

No comments: