I've pretty much got the terminal colour scheme I want, however the user@host
colours stick out like a sore thumb, and really don't fit in with the scheme. See screenshot in link:
How do I go about changing the user@host
colours (currently green)?
Also, is it possible to change the archive colours (currently red)?
~/.bashrc
or.profile
file, or maybe your/etc/bash.bashrc
or/etc/profile
or/etc/prfile.d/*
-- somewhere in there is the default settings forPS1
, the variable that controls the default prompt display. – tk-noodle Apr 20 '17 at 21:06