Changing Colours on Linux Terminal

Category
unix
Date Created
8th Apr 2010
Last Updated
9th Jul 2010

Changing Colours on Linux Terminal

Question

How to Change Colours on Linux Terminal

Answer

1. From the command execute:

dircolors -p > .dirSourceJES

2. Edit colours within .dirSourceJES

3. From the command execute:

eval "`dircolors -b .dirSourceJES`"

Source: http://sos.blog-city.com/changing_colors_in_the_linux_terminal.htm

Related terms