Text color in FreeBSD gnome-terminal (bash) Sep 10, 2010 • SAWP The easiest way is append to file ~/.bashrc the commands: <br /> export force_color_prompt=yes<br /> alias ls='ls -G'<br /> export TERM=xterm-color and restart the console.