This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Fancy Terminal 2

agungaskcom

Wed Nov 07, 2012 5:10:30 am

Boring with the same color in your terminal :?:
U can try this if U want :D

Image
fancy terminal by agungaskcom, on Flickr

Firs we must change .bashrc file
gedit .bashrc

Find this code
#force_color_prompt=yes

Then remove the sign # like this
force_color_prompt=yes

Next step, find this code
PS1=’${debian_chroot:+($debian_chroot)}\[33[01;36m\]\u@\h\[33[00m\]:\[33[01;32m\]\w\[33[00m\]\$ ‘

Replace the code in red and green with the desired color
- 30 black
- 31 red
- 32 green
- 33 yellow
- 34 blue
- 35 magenta
- 36 cyan
- 37 white

Save then restart terminal...