Color console raspberry

Hello Community !

I don’t know if i post on good forum but i want to know if it’s possible ton change color on raspi terminal… For exemple : folder name blue, command green ect…

This is definitely possible with BASH (the default Raspberry Pi command line shell).

This article has a pretty good breakdown on how to change it: Raspberry Pi Programming: Change the prompt color in BASH

And I found this site that has a builder that allows you to visually design the desired code to use with those instructions: http://ezprompt.net/

2 Likes